I use Visual Studio 2012 and VLD 2.2.3.
Compile option /MTd.
Memory leak is reported with the next code.
```
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
```
VisualLeakDetector::_HeapCreate() dose not seem to be called...
*I use machine translation, I cannot express it well.
Comments: Ok I just downloaded v2.4rc2 (vld-2.4rc2-setup.exe) and this issue appears no more in that! (I had downloaded v2.3 because it has been marked stable)
Compile option /MTd.
Memory leak is reported with the next code.
```
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
```
VisualLeakDetector::_HeapCreate() dose not seem to be called...
*I use machine translation, I cannot express it well.
Comments: Ok I just downloaded v2.4rc2 (vld-2.4rc2-setup.exe) and this issue appears no more in that! (I had downloaded v2.3 because it has been marked stable)