tweak to pbuffer support

This commit is contained in:
kappaOne 2013-02-12 21:40:48 +00:00
parent e0a52b20c3
commit e28f8554f9
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_MacOSXContextImplementation_nDestro
if (context_info->peer_info->isWindowed) {
[context_info->context release];
context_info->context = nil;
}
[pool release];