vld icon indicating copy to clipboard operation
vld copied to clipboard

Visual Leak Detector for Visual C++ 2019

Results 8 vld issues
Sort by recently updated
recently updated
newest added

Shouldn't the installation update %LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.x64.user.props So it reads: ``` C:\Program Files (x86)\Visual Leak Detector\include;%(AdditionalIncludeDirectories) C:\Program Files (x86)\Visual Leak Detector\lib\Win64;%(AdditionalLibraryDirectories) C:\Program Files (x86)\Visual Leak Detector\lib\Win64;%(AdditionalLibraryDirectories) ``` Some of my colleages installed...

I have leaks in MSVC 16.10.4 app, included vld.h in one file, and pointed right library directory and avoided junk by using double quotes ("C:\Program Files (x86)\Visual Leak Detector\lib\Win32"), and...

I am getting lots of access violations as my application exits which appear to be related to VLD. Exception thrown at 0x0000000056684361 (dbghelp.dll) in DeepSkyStacker.exe: 0xC0000005: Access violation reading location...

Hello, We have the application that launch many (~30) times with different params from one script. Application do its job in notime, so lauching happend rigth one after another, consequentially...

Hi, I'm working with the MSVC 2017 Community and VLD 2.5.1. I found a very interesting case where MSVC reports leaks, but VLD says "No leaks found". It happens in...

Hello, I think maybe VS 2019 is not fully supported in this repository. Refer to this commit 01e53e5edafd007afac3593df0b396639ffd4ba5 "VS 2013 support added" For example, the hook functions need to be...

Can you do improvement for VS2019 and later versions? Thank you..

I have created a memory finder (it also finds deadlocks) that is based on parts of the VLD source code: [BugInsight](https://github.com/JochenBaier/BugInsight) - BugInsight works without linking or recompiling of the...