mirror of https://github.com/libsdl-org/SDL.git
Fixed memory leak in memory leak tracking
(cherry picked from commit 99336ea378)
This commit is contained in:
parent
8cdeb1a35a
commit
fe97cff7d1
|
|
@ -454,4 +454,5 @@ void SDLTest_LogAllocations(void)
|
|||
#undef ADD_LINE
|
||||
|
||||
SDL_Log("%s", message);
|
||||
SDL_free_orig(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue