supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Memory leak #708

Closed supertuxkart-sourceforge-migration closed 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: lennartack

When run with --no-graphics mode, there's a memory leak.

I think the explanation is as follows. The markers created by PROFILER_PUSH_CPU_MARKER() in main_loop.cpp should be cleared by PROFILER_SYNC_FRAME(), but this function is not called when running with --no-graphics.

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Applied in r13264, thanks