ALL,
I'm developing a program and compiling with MSVC 2017 Community. I am also using VLD to identify and fix memory leaks.
The problem I'm seeing is that on exit MSVC reports memory leaks, while VLD says: "No memory leaks detected".
So now I'm at a loss - who should I trust? If MSVC is right - I need a way to identify the leak in order to fix it. If I trust VLD - I will just continue moving forward.
There was a time when both did report leaks which I since fixed. But this time only one tool is reporting.
Thank you for any hints you can provide.