Fixed memory leak in memory leak tracking

This commit is contained in:
Sam Lantinga
2025-03-08 09:18:01 -08:00
parent 0306b5a865
commit 99336ea378

View File

@@ -454,4 +454,5 @@ void SDLTest_LogAllocations(void)
#undef ADD_LINE
SDL_Log("%s", message);
SDL_free_orig(message);
}