Top "Visual-leak-detector" questions

An open-source memory leak detection system for Visual C++

Visual C++ - Memory Leak Detection

Any suggestions? This SO post talks about Visual Leak Detector, but I'm looking for other tools. Also, please don't recommend …

c++ visual-c++ memory-leaks memory-leak-detector visual-leak-detector
Heap corruption - "Free Heap block 61af0f0 modified at 61af194 after it was freed" C++

In my application I'm getting this error: HEAP[App.exe]: HEAP: Free Heap block 61af0f0 modified at 61af194 after …

c++ memory memory-leaks heap-corruption visual-leak-detector
How to install Visual Leak Detector (VLD) on Visual Studio 2019?

I run setup file from Releases, and tried to follow official guide, but it has instructions for older versions only (…

visual-c++ visual-studio-2019 visual-leak-detector
Visual Leak Detector with Visual Studio 2017: no source code line numbers

I try to use Visual Leak Detector with Visual Studio 2017 with Platform Toolset "Visual Studio 2017" I have set the include …

visual-studio-2017 memory-leak-detector visual-leak-detector
Visual Leak Detector not reporting leaks

I am a bit new to using Visual Studio 2013 and am trying to get Visual Leak Detector (Version 2.3) working so …

c++ memory-leaks visual-studio-2013 visual-leak-detector
memory leak detecting in C++ with/without Visual Leak Detector

I want to detect memory leaks of my C++ program in Windows. I read the documentation also on MSDN about …

c++ visual-c++ memory-leaks visual-leak-detector
"The application was unable to start correctly" after including vld.h

I included vld.h, vld.lib and vld_x86.dll on my Win32 project with visual studio 2010. It builds properly …

c++ visual-studio-2010 memory-leaks visual-leak-detector