This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
gugdun
/
SDL
espejo de
https://github.com/libsdl-org/SDL
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Added missing SDL_Quit() in test program.
Philipp Wiesemann
hace 10 años
padre
3362c9f196
commit
eb57d75242
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
test/testdrawchessboard.c
+ 1
- 0
test/testdrawchessboard.c
Ver fichero
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
#endif
+ SDL_Quit();
return 0;
}