I want to find memory leaks in my application using standard utilities. Previously I used my own memory allocator, but other people (yes, you AlienFluid) suggested to use Mi
Application Verifier only catches leaks in DLLs. Try to read the tooltip in the leak checkbox. That's what it says.