What steps will reproduce the problem?
1. Simply putting memory leak detection code in main()
2.
3.
What is the expected output? What do you see instead?
By putting
#if defined(_WIN32)
// Enable memory-leak reports
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF | _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG));
#endif
in main(), I see several memory leaks
What version of the product are you using? On what operating system?
2.3.0
Please provide any additional information below.
Original issue reported on code.google.com by scrat...@gmail.com on 9 Mar 2014 at 7:10
Original issue reported on code.google.com by
scrat...@gmail.com
on 9 Mar 2014 at 7:10