playX / box2d

Automatically exported from code.google.com/p/box2d
0 stars 0 forks source link

Testbed memory leak #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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