(cherry picked from commit 99336ea378b9b35a2fa83de7766d8fbe76d470b5)
@@ -454,4 +454,5 @@ void SDLTest_LogAllocations(void)
#undef ADD_LINE
SDL_Log("%s", message);
+ SDL_free_orig(message);
}