mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f920fcbd94
This commit fixes a memory leak. `_namespaceLookup` was cleared before the call to `processLeaveNode()` which was using the lookup. Without that lookup `clearElementCache()` wasn't called thus keeping a reference to the element. Fixes #24197 & #50533 PR Close #50929