Skip to content

Commit

Permalink
fixed crash on iOS 5?
Browse files Browse the repository at this point in the history
  • Loading branch information
meeloo committed Aug 16, 2011
1 parent a11989e commit 24cb817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Window/UIKit/nglWindow_UIKit.mm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ - (void) dealloc
[glView release];
glView = nil;
}
[self disconnect];
//[self disconnect];
[super dealloc];
}

Expand Down

0 comments on commit 24cb817

Please sign in to comment.