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