mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
testiconv: free all memory to fix --trackmem
This commit is contained in:
parent
831c79d32f
commit
690875d555
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ int main(int argc, char *argv[])
|
|||
(void)fclose(file);
|
||||
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Total errors: %d\n", errors);
|
||||
SDL_Quit();
|
||||
SDLTest_CommonDestroyState(state);
|
||||
return errors ? errors + 1 : 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue