Hello,
Memory leaks in iGAutoFilterManager:
There is a ToolTip "fToolTip" but there is no call fToolTip.Dispose(). A further problem are Fonts in iGAutoFilterManager, there are also no Dispose calls.
An why is Dispose with "new" implemented and not
protected virtual void Dispose(bool disposing)
overridden?
Memory leaks in iGScrollBarBase:
There is a Timer "fTimer" but there is no call fTimer.Dispose().
Best regards
Quaneu
Edited by user
2016-07-08T12:10:23Z
|
Reason: New leaks found