Deleaker is an add-in for Visual C, specifically for VS 2003-2005. It identifies resource and memory leaks and locates them in the source code, enabling a streamlined development experience within Visual Studio.

Debugging software is always a challenge for developers, and leaks can be particularly tricky to find, especially when they involve graphics device interface objects and menus. Even small leaks can have a massive impact on your system's performance, so it's crucial to locate and fix every single one. Deleaker provides an effective solution to this problem. Firstly, it provides all the details about the GDI objects created while your application runs. For each of these objects, you will receive a thorough stack that helps you identify the precise line of code in which the object was created. Double-clicking on the stack entry will open the file with the source code at the corresponding line.
The most crucial aspect of Deleaker is that when your application terminates, it provides you with a list of GDI objects that were created but not deleted. This is extremely useful because it ensures that you can find any missed leaks and fix them.
Tracking down memory leaks can be relatively simple with the help of various tools, but there are very few advanced tools to help you track GDI resource leaks that can have a negative impact on Windows operating systems' performance. Moreover, most of these tools significantly slow down the software applications. Deleaker's tight integration within the Visual Studio development environment ensures that it won't reduce your application's performance.
Ultimately, resource leaks are a possibility, even in robust Windows-based applications. This is where Deleaker comes in - it will automatically help you locate the resource leaks, saving you a great deal of time and effort.
Version 1.2: New version of Deleaker works much more fast than previous one.
Version 1.1: A few bug fixed.