summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.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/llworld.cpp
parent6827febd3027decb1bd8da013b6af413114239a9 (diff)
fix for SH-4214: Crash on Linux readFromCache: ASSERT (mInitialized)
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r--indra/newview/llworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp
index 9603849b10..367abcb40e 100644
--- a/indra/newview/llworld.cpp
+++ b/indra/newview/llworld.cpp
@@ -123,7 +123,7 @@ void LLWorld::destroyClass()
LLViewerRegion* region_to_delete = *region_it++;
removeRegion(region_to_delete->getHost());
}
- LLVOCache::deleteSingleton();
+
LLViewerPartSim::getInstance()->destroyClass();
mDefaultWaterTexturep = NULL ;