mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-21 04:53:03 +08:00
committed by
Sam Lantinga
parent
e29c0661cc
commit
d0bbfdbfb8
+1
-1
@@ -47,7 +47,7 @@ static void
|
||||
quit(int rc)
|
||||
{
|
||||
SDL_VideoQuit();
|
||||
if (native_window) {
|
||||
if (native_window != NULL && factory != NULL) {
|
||||
factory->DestroyNativeWindow(native_window);
|
||||
}
|
||||
exit(rc);
|
||||
|
||||
Reference in New Issue
Block a user