Merge with develop

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-11-03 15:23:32 +01:00
commit ff1e902b5b

View file

@ -490,7 +490,6 @@ bool CDriverGL::unInit()
#elif defined(NL_OS_MAC) #elif defined(NL_OS_MAC)
// nothing to do
[_autoreleasePool release]; [_autoreleasePool release];
#elif defined (NL_OS_UNIX) #elif defined (NL_OS_UNIX)
@ -1677,8 +1676,6 @@ bool CDriverGL::destroyWindow()
[[containerView() window] release]; [[containerView() window] release];
[containerView() release]; [containerView() release];
[_glView release]; [_glView release];
[_autoreleasePool release];
} }
_ctx = nil; _ctx = nil;