mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Added missing SDL_Quit() in test program.
This commit is contained in:
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
|
||||
}
|
||||
#endif
|
||||
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user