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();
|
||||
NLGUI::CDBManager::release();
|
||||
CWidgetManager::release();
|
||||
CViewRenderer::release();
|
||||
|
||||
#if FINAL_VERSION
|
||||
// openURL ("http://www.ryzomcore.org/exit/");
|
||||
|
|
Loading…
Reference in a new issue