mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 02:25:15 +00:00
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 a new issue