<p>I use Visual Studio 2012 and VLD 2.2.3.</p>
<p>Compile option /MTd.</p>
<p>Memory leak is reported with the next code.</p>
<p> </p>
<p>int _tmain(int argc, _TCHAR* argv[])</p>
<p>{</p>
<p> return 0;</p>
<p>}</p>
<p> </p>
<p>VisualLeakDetector::_HeapCreate() dose not seem to be called...</p>
<p> </p>
<p>*I use machine translation, I cannot express it well.</p>
Comments: Same problem here, an empty console application created with Visual Studio 2012 Update 3 has 57 internal memory leaks according to Visual Leak Detector.
<p>Compile option /MTd.</p>
<p>Memory leak is reported with the next code.</p>
<p> </p>
<p>int _tmain(int argc, _TCHAR* argv[])</p>
<p>{</p>
<p> return 0;</p>
<p>}</p>
<p> </p>
<p>VisualLeakDetector::_HeapCreate() dose not seem to be called...</p>
<p> </p>
<p>*I use machine translation, I cannot express it well.</p>
Comments: Same problem here, an empty console application created with Visual Studio 2012 Update 3 has 57 internal memory leaks according to Visual Leak Detector.