mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Fixed crash in QZ_SetCaption() (thanks Darrell)
This commit is contained in:
@@ -373,6 +373,7 @@ static void QZ_UnsetVideoMode (_THIS) {
|
||||
[ qz_window setDelegate:nil ];
|
||||
[ qz_window close ];
|
||||
[ qz_window release ];
|
||||
qz_window = nil;
|
||||
|
||||
/* Release the OpenGL context */
|
||||
if ( mode_flags & SDL_OPENGL )
|
||||
|
||||
Reference in New Issue
Block a user