mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-08 12:28:14 +00:00
Fixed memory leak in memory leak tracking
(cherry picked from commit 99336ea378
)
This commit is contained in:
@@ -454,4 +454,5 @@ void SDLTest_LogAllocations(void)
|
|||||||
#undef ADD_LINE
|
#undef ADD_LINE
|
||||||
|
|
||||||
SDL_Log("%s", message);
|
SDL_Log("%s", message);
|
||||||
|
SDL_free_orig(message);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user