Displaying 1 result from an estimated 1 matches for "_crtdumpmemoryleaks".
2009 Jul 17
1
[LLVMdev] Memory Leaks
Hello,
Does your test suite test for memory leaks? I've discovered many
leaks in Visual Studio using the _CrtDumpMemoryLeaks() function after
calling llvm_shutdown() and after destroying all static variables.
Shall I file a bug report for each leak I find?
Best Regards,
Jon