I have a program that is leaking USER objects which can be seen in Task Manager. Is there a way to determine which type of resource is being leaked? I've used programs like GDI View for GDI leaks which breaks it down by object type. Is there anything similar to this for USER objects?
feedback
|
|
There's a debugger called windbg. It can do these sorts of things but the learning curve is staggering. | |||||
feedback
|