Skip to content

Commit

Permalink
Fixed crash in QZ_SetCaption() (thanks Darrell)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 17, 2002
1 parent f67403b commit c398fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -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 )
Expand Down

0 comments on commit c398fd6

Please sign in to comment.