Azure / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
39 stars 22 forks source link

VLD does not catch memory leaks with MSVC if address sanitizer option is in use (/fsanitize=address) #14

Open netmonitoring opened 2 years ago

netmonitoring commented 2 years ago

VLD does not catch memory leaks with MSVC if address sanitizer option is in use (/fsanitize=address)

No errors, no warnings, no leaks detection. Just nothing, except the messages:

Visual Leak Detector read settings from: vld.ini Visual Leak Detector Version 2.5.8 installed. ... No memory leaks detected. Visual Leak Detector is now exiting.