-
Type: Improvement
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Implementation
-
Environment:Visual Studio 2010
x64
If _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF) is set mongo will report memory leaks upon exiting the app. First cause seems to be tests = new vector<UnitTest*>(), there are probably more.
It would be nice to get a clean exit.