This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
gugdun
/
SDL
kopia lustrzana
https://github.com/libsdl-org/SDL
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
test: testspriteminimal wasn't calling SDL_Quit() on exit.
Ryan C. Gordon
5 lat temu
rodzic
1947ca7028
commit
50fd0dd143
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
test/testspriteminimal.c
+ 1
- 0
test/testspriteminimal.c
Wyświetl plik
@@ -38,6 +38,7 @@ int done;
static void
quit(int rc)
{
+ SDL_Quit();
exit(rc);
}