mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Added missing SDL_Quit() in test program.
This commit is contained in:
parent
3362c9f196
commit
eb57d75242
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue