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: Hi, I am facing this same issue. May I please know from where can I download this patch 367d5721978b you mentioned?
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: Hi, I am facing this same issue. May I please know from where can I download this patch 367d5721978b you mentioned?