mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Only release NSAutoreleasePool once at the end
This commit is contained in:
parent
cd9a3c35c4
commit
6372a8f5fb
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