Fixed: Only release NSAutoreleasePool once at the end

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 11e9a7ea81
commit 3e0929d965

@ -1677,8 +1677,6 @@ bool CDriverGL::destroyWindow()
[[containerView() window] release];
[containerView() release];
[_glView release];
[_autoreleasePool release];
}
_ctx = nil;

Loading…
Cancel
Save