I need a leak detector tool for application writte in MinGW (4.8.1). Visual Leak Detector seems (not sure) works only with msvc(9,10,11), and the valgrind port on windows seems works only with older version of gcc.
So what tools can I use for memory check my code?
Here is two useful links :
Those links are from their FAQ.
I also like this one : http://www.softwareverify.com/cpp-memory.php. But it is not free, it has a free 30 days trial. This last one works really good.