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: I confirm with the 367d5721978b patch the CRT leaks are no longer improperly reported. Thank you very much!
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: I confirm with the 367d5721978b patch the CRT leaks are no longer improperly reported. Thank you very much!