mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 09:48:14 +00:00
Fix some issues caught by check_stdlib_usage.py
This commit is contained in:
@@ -270,7 +270,7 @@ static SDL_AssertState SDLCALL SDL_PromptAssertion(const SDL_AssertData *data, v
|
||||
} else {
|
||||
okay = SDL_FALSE;
|
||||
}
|
||||
free(buf);
|
||||
free(buf); /* This should NOT be SDL_free() */
|
||||
|
||||
if (okay) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user