oneiric / vld

Visual Leak Detector for Visual C++ 2019
GNU Lesser General Public License v2.1
109 stars 34 forks source link

Inconsistency with MSVC vs VLD #4

Open oneeyeman1 opened 3 years ago

oneeyeman1 commented 3 years ago

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 my project which I could share with the maintainer to see if this is something that needs fixing.

There was another memory leak that was identified and fixed with the help of VLD, but there both MSVC and VLD reported its presence.

Thank you and hopefully that case will be resolved soon

oneiric commented 3 years ago

Can you provide the sample code to reproduce the issue?

oneeyeman1 commented 3 years ago

Hi, I can give you a link to my repo. It is very straightforward build with MSVC 2017.