testdisplayinfo.c forgot to SDL_Quit() at the end.
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