You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope screenshot below is enough to show case this
What is the use-case or motivation for changing an existing behavior?
To save some memory as it holds last outlet reference which potentially could have bigger impact. In my case actual component instance is not released because of this.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
CDK v6.3.3
Is there anything else we should know?
Heap snapshot in chrome:
The text was updated successfully, but these errors were encountered:
josephperrott
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
perf
This issue is related to performance
labels
Jul 18, 2018
Fixes the table leaking out a reference to a cell outlet via the `CdkCellOutlet.mostRecentCellOutlet` after all tables have been destroyed.
Fixesangular#12259.
Fixes the table leaking out a reference to a cell outlet via the `CdkCellOutlet.mostRecentCellOutlet` after all tables have been destroyed.
Fixes#12259.
Fixes the table leaking out a reference to a cell outlet via the `CdkCellOutlet.mostRecentCellOutlet` after all tables have been destroyed.
Fixes#12259.
Bug, feature request, or proposal:
Shouldn't static member be reset to null when all outlets are destroyed?
What is the expected behavior?
No memory leak
What is the current behavior?
Minor memory leak via
mostRecentCellOutlet
property inCdkCellOutlet
What are the steps to reproduce?
I hope screenshot below is enough to show case this
What is the use-case or motivation for changing an existing behavior?
To save some memory as it holds last outlet reference which potentially could have bigger impact. In my case actual component instance is not released because of this.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
CDK v6.3.3
Is there anything else we should know?
Heap snapshot in chrome:

The text was updated successfully, but these errors were encountered: