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)
--HG-- branch : develop
This commit is contained in:
parent
17847efa51
commit
491b6a2b59
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ void release()
|
||||||
CLuaManager::releaseInstance();
|
CLuaManager::releaseInstance();
|
||||||
NLGUI::CDBManager::release();
|
NLGUI::CDBManager::release();
|
||||||
CWidgetManager::release();
|
CWidgetManager::release();
|
||||||
|
CViewRenderer::release();
|
||||||
|
|
||||||
#if FINAL_VERSION
|
#if FINAL_VERSION
|
||||||
// openURL ("http://www.ryzomcore.org/exit/");
|
// openURL ("http://www.ryzomcore.org/exit/");
|
||||||
|
|
Loading…
Reference in a new issue