Quantcast
Channel: Visual Leak Detector for Visual C++ 2008-2015
Viewing all articles
Browse latest Browse all 704

Edited Issue: Static CRT leaks? [10446]

$
0
0
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.

Viewing all articles
Browse latest Browse all 704

Trending Articles