- " GDI"
When I suspect that I have GDI descriptor leaks, I usually run the leak script once, force the garbage collection, look at the task manager, run the action again with gc and check the difference. If I find it, I used .Net Profiler profiles (from SciTech), which can show in detail which object causes a leak and why it is not transferred.
Oskar source
share