mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
Fixed: Only release NSAutoreleasePool once at the end
--HG-- branch : develop
This commit is contained in:
parent
11e9a7ea81
commit
3e0929d965
1 changed files with 0 additions and 2 deletions
|
@ -1677,8 +1677,6 @@ bool CDriverGL::destroyWindow()
|
||||||
[[containerView() window] release];
|
[[containerView() window] release];
|
||||||
[containerView() release];
|
[containerView() release];
|
||||||
[_glView release];
|
[_glView release];
|
||||||
|
|
||||||
[_autoreleasePool release];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_ctx = nil;
|
_ctx = nil;
|
||||||
|
|
Loading…
Reference in a new issue