Commented Feature: Memory leaked from SysAllocString() is not detected [10218]
With these three lines allocating memory, only the first two are detected. The line that allocates memory using SysAllocString() does not show as leaked.```char* pst = new char[20];BYTE* pb = (BYTE*)...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCreated Unassigned: copying vld files to multiple folders [10597]
VLD V2.5 is installed under the default folder : C:\Program Files (x86)\Visual Leak\Detector.There are 3 exe files : M.exe, Q.exe, and t.exe. These are located in the working directory C:\M folder.And...
View ArticleCommented Unassigned: copying vld files to multiple folders [10597]
VLD V2.5 is installed under the default folder : C:\Program Files (x86)\Visual Leak\Detector.There are 3 exe files : M.exe, Q.exe, and t.exe. These are located in the working directory C:\M folder.And...
View ArticleCommented Unassigned: copying vld files to multiple folders [10597]
VLD V2.5 is installed under the default folder : C:\Program Files (x86)\Visual Leak\Detector.There are 3 exe files : M.exe, Q.exe, and t.exe. These are located in the working directory C:\M folder.And...
View ArticleEdited Unassigned: copying vld files to multiple folders [10597]
VLD V2.5 is installed under the default folder : C:\Program Files (x86)\Visual Leak\Detector.There are 3 exe files : M.exe, Q.exe, and t.exe. These are located in the working directory C:\M folder.And...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleCreated Unassigned: Silent installer flag option doesn't fully work [10598]
Attempted to install it via chocolatey which someone else packaged and installed using the '/S' flag. That install hangs (https://gist.github.com/choco-bot/fff84584f2dfcd0224ac). I also attempted to...
View ArticleCreated Unassigned: CaptureContext::IsExcludedModule takes more than 90% of...
Hello. I took the latest source code from git from master, with label v2.5. I observed that the start time of a simple program increased from under a second to 3...5 seconds. I analysed the cause and...
View ArticleEdited Unassigned: CaptureContext::IsExcludedModule takes more than 90% of...
Hello. I took the latest source code from git from master, with label v2.5. I observed that the start time of a simple program increased from under a second to 3...5 seconds. I analysed the cause and...
View ArticleCreated Unassigned: Problem with memory leak display in VS 2015 [10600]
Problem with memory leak display in VS 2015In Visual Studio 2015, /DEBUG:FASTLINK, instead of /DEBUG, is available thru Properties > Linker > Generate Debugging Info. When used without /LTCG (as...
View ArticleNew Post: VLD for Visual C++ 2015?
My problem was a little different, but ... Check the option Properties > Linker > Generate Debugging Info. If set to /DEBUG:FASTLINK change it to /DEBUG. When you link the linker output should...
View ArticleCreated Unassigned: Compile errors in stat.h if /Zc:wchar_t is enabled [10601]
There are compile errors when including vld.h in a project with /Zc:wchar_t enabled:```Severity Code Description Project File Line Suppression StateError C2061 syntax error: identifier '_dev_t'...
View ArticleCommented Unassigned: Empty MFC Single Dialog App reports 9 leaks [10595]
Using VLD2.5, and VS2015 on an empty project is showing 9 memory leaks.I presume that this is a bug in VLD 2.5?In VS2015 Enterprise, I've created an MFC Single Dialog app using the wizard.Simply...
View ArticleEdited Unassigned: Unable to build VLD with VS2015 64bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleCommented Unassigned: Unable to build VLD with VS2015 64bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleClosed Unassigned: Unable to build VLD with VS2015 64bits [10594]
I'm trying to compile VLD with "Visual Studio 2015 Community Update 1" for x64. Downloaded VLD from https://vld.codeplex.com/SourceControl/changeset/view/42a10ae61b58To generate the VS solution, I use...
View ArticleClosed Unassigned: VLD Bug? [10589]
When I use VLD in my a dll, and I build a test project,then I use a interface function in the dll,and build the test projet.it prompt:"WARNING: Visual Leak Detector: A module, test.exe, included in...
View ArticleClosed Unassigned: Wrong detection with /MT compiler switch [10583]
```#define VLD_FORCE_ENABLE#include <vld.h>int main(){ return 0;}```build the above code with __/MT__ option(__static release CRT__). press F5 and get a lot of leaks
View Article