Wednesday, July 14, 2010

GDI memory leak in Windows applications

I have had many bitter experiences with memrory leaks on winwos applications. Had spent many day and nights figuring out the actual issues. This can occur due to many reasons. Most of the time came to conclusion that it was either Bitmap objcts or any COM objects.

Found a very interesting article which explains one of the approaches to handle this error http://megakemp.wordpress.com/2009/02/25/gdi-memory-leak-in-windows-forms/

No comments:

Post a Comment