- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
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.
http://mantis.team-mediaportal.com/view.php?id=2839
Open the issue in Mantis...
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.
http://mantis.team-mediaportal.com/view.php?id=2839
Open the issue in Mantis...