mirror of https://github.com/encounter/SDL.git
Added missing SDL_Quit() in test program.
This commit is contained in:
parent
3362c9f196
commit
eb57d75242
|
@ -129,6 +129,7 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
SDL_Quit();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue