summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-05-28 17:44:50 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-05-28 17:44:50 -0600
commite4e01ea7cce42ca5eac28ceff2b111e52dfd939b (patch)
treecc04debc41e5484b96d8fedc59c03cc082b12d4d /indra/newview/llappviewer.cpp
parent6827febd3027decb1bd8da013b6af413114239a9 (diff)
fix for SH-4214: Crash on Linux readFromCache: ASSERT (mInitialized)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index cd881208ab..d36c33cdd7 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4974,6 +4974,7 @@ void LLAppViewer::disconnectViewer()
{
LLWorld::getInstance()->destroyClass();
}
+ LLVOCache::deleteSingleton();
// call all self-registered classes
LLDestroyClassList::instance().fireCallbacks();