mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
testdisplayinfo.c forgot to SDL_Quit() at the end.
This commit is contained in:
parent
ca46804210
commit
344fbe61b3
@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
||||
SDL_Log("\n");
|
||||
}
|
||||
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user