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.
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.