mirror of https://github.com/encounter/SDL.git
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_Log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue