mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Delete CViewRenderer instance (fix a memory leak)
This commit is contained in:
parent
e805d78297
commit
5709cd0a5f
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ void release()
|
|||
CLuaManager::releaseInstance();
|
||||
NLGUI::CDBManager::release();
|
||||
CWidgetManager::release();
|
||||
CViewRenderer::release();
|
||||
|
||||
#if FINAL_VERSION
|
||||
// openURL ("http://www.ryzomcore.org/exit/");
|
||||
|
|
Loading…
Reference in a new issue