Edited 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 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 ArticleClosed Issue: Unhandled exception in ntdll.dll!770ae3be / msvcr100.dll!free...
Using Microsoft Visual Studio 2010 10.0.40219.1 SP1RelRunning Microsoft (R) C/C++ Optimizing Compiler Version 16.00.40219.01Using Microsoft Visual C++ 2010 x86 Runtime 10.0.40219Using Windows SDK...
View ArticleSource code checked in, #9222229f473fcd26f8a8ebcf36afdcc6d68bdc9c
Installer also add path for static library
View ArticleSource code checked in, #3a4e7af13da199f227c211023797a7baf792fc99
Installer also add path for static library
View ArticleSource code checked in, #d18634a5181e03ad1822a16ed0dd12cb4f3f2d59
Internal memory leak fixed
View ArticleNew Post: Memory leak internal to Visual Leak Detector
Thank you for project. Bug should be fixed in next version
View ArticleReleased: v2.4rc2 (Apr 06, 2014)
2.4rcEnhancements:+ VS2013 support added.+ Improved usage in C code.+ Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013.+ Called allocation function added to printed...
View ArticleCreated Release: v2.4rc2 (апр 06, 2014)
2.4rcEnhancements: + VS2013 support added. + Improved usage in C code. + Setup rewrited to InnoSetup, autopatching common props implemented for VS2008-2013. + Called allocation function added to...
View ArticleUpdated Wiki: Frequently Asked Questions
Frequently Asked QuestionsWhen I try to compile my program with VLD, it fails and the compiler gives this error: Cannot open include file: 'vld.h': No such file or directory.The compiler can't find the...
View ArticleSource code checked in, #55b4e008bf111a14e8e9cd271b3c7f6f1f4db6c4
wcstombs_s error checking fixed
View ArticleCreated Unassigned: Debugging in Windows 8 [10560]
I'm having an issue when I include VLD with my 32 bit project in Win8 where I'm getting a first chance excpetion, when I remove all references to VLD it seems that everything runs fine._Message Box -...
View ArticleEdited Unassigned: Debugging in Windows 8 [10560]
I'm having an issue when I include VLD with my 32 bit project in Win8 where I'm getting a first chance excpetion, when I remove all references to VLD it seems that everything runs fine._Message Box -...
View ArticleNew Post: Memory leak internal to Visual Leak Detector
Cool. New version eliminate all vld problems in my project. Thanks.
View ArticleEdited Unassigned: Debugging in Windows 8 [10560]
I'm having an issue when I include VLD with my 32 bit project in Win8 where I'm getting a first chance excpetion, when I remove all references to VLD it seems that everything runs fine._Message Box -...
View ArticleEdited Unassigned: Debugging in Windows 8 [10560]
I'm having an issue when I include VLD with my 32 bit project in Win8 where I'm getting a first chance excpetion, when I remove all references to VLD it seems that everything runs fine._Message Box -...
View ArticleNew Post: Debugging in Win8
Just realised I posted this in issues rather than here, sorry :/... I'm having an issue when I include VLD with my 32 bit project in Win8 where I'm getting a first chance excpetion, when I remove all...
View ArticleNew Post: error LNK2001: unresolved external symbol __imp__VLDRefreshModules@0
Hello, I am trying to compile and link my project with VLD in VS2008, release mode, in this way:define VLD_FORCE_ENABLEinclude "C:\Program Files (x86)\Visual Leak Detector\include\vld.h" I am getting...
View ArticleCommented Unassigned: Qt Open Dialog Crash [10557]
When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder). If I don't access...
View Article