mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed memory leak in memory leak tracking
This commit is contained in:
parent
0306b5a865
commit
99336ea378
1 changed files with 1 additions and 0 deletions
|
|
@ -454,4 +454,5 @@ void SDLTest_LogAllocations(void)
|
|||
#undef ADD_LINE
|
||||
|
||||
SDL_Log("%s", message);
|
||||
SDL_free_orig(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue