skapunch/box2d

Testbed memory leak

Closed this issue · 1 comments

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

I did not reproduce this. I'm guessing this was fixed by changing the GUI.

Original comment by erinca...@gmail.com on 5 Apr 2014 at 8:39

  • Changed state: Fixed