This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
gugdun
/
SDL
réplica de
https://github.com/libsdl-org/SDL
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Added missing SDL_Quit() in test program.
Philipp Wiesemann
%!s(int64=10) %!d(string=hai) anos
pai
3362c9f196
achega
eb57d75242
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
test/testdrawchessboard.c
+ 1
- 0
test/testdrawchessboard.c
Ver ficheiro
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
#endif
+ SDL_Quit();
return 0;
}