Fixed: Only release NSAutoreleasePool once at the end

--HG--
branch : develop
This commit is contained in:
kervala 2016-11-03 15:22:59 +01:00
parent 11e9a7ea81
commit 3e0929d965

View file

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