Fixed: Don't call CCoTask::releaseInstance() because allocated on heap

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 9a6b3c91b7
commit d37a1e032c

@ -669,7 +669,6 @@ void release()
CWidgetManager::release();
CViewRenderer::release();
CIXml::releaseLibXml();
CCoTask::releaseInstance();
#if FINAL_VERSION
// openURL ("http://www.ryzomcore.org/exit/");

Loading…
Cancel
Save