Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0 RC1
-
None
-
Operating System: Windows 7
Platform: Intel
Description
Many places within the codebase the impl. of the IDisposal interface is lacking.
Lists and arrays holding disposable items are cleared without calling dispose on each item before clearing it.
Also event handlers are often not unsubscribed when disposing.
All this is causing various leaks.
Lists and arrays holding disposable items are cleared without calling dispose on each item before clearing it.
Also event handlers are often not unsubscribed when disposing.
All this is causing various leaks.
Attachments
Issue Links
- relates to
-
MP1-1591 Resource leaks due to missing dispose / event unsubscription.
-
- Closed
-