diff options
author | Armin Weatherwax | 2009-07-01 23:22:56 +0200 |
---|---|---|
committer | Armin Weatherwax | 2009-07-11 13:43:22 +0200 |
commit | 0b661f028e446ab4f19959129f3209f1a29fd63e (patch) | |
tree | 2f1ab27163104727ed972ab55c0680b0a37a8637 /linden/indra | |
parent | BROKEN logoff/relog crashing inconsistently on various startup states. (diff) | |
download | meta-impy-0b661f028e446ab4f19959129f3209f1a29fd63e.zip meta-impy-0b661f028e446ab4f19959129f3209f1a29fd63e.tar.gz meta-impy-0b661f028e446ab4f19959129f3209f1a29fd63e.tar.bz2 meta-impy-0b661f028e446ab4f19959129f3209f1a29fd63e.tar.xz |
BROKEN now consistantly crashes at startup STATE_PRECACHE
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llworld.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llworld.cpp b/linden/indra/newview/llworld.cpp index 9ee789a..4c02191 100644 --- a/linden/indra/newview/llworld.cpp +++ b/linden/indra/newview/llworld.cpp | |||
@@ -117,6 +117,7 @@ LLWorld::LLWorld() : | |||
117 | 117 | ||
118 | void LLWorld::destroyClass() | 118 | void LLWorld::destroyClass() |
119 | { | 119 | { |
120 | mHoleWaterObjects.clear(); | ||
120 | gObjectList.destroy(); | 121 | gObjectList.destroy(); |
121 | for(region_list_t::iterator region_it = mRegionList.begin(); region_it != mRegionList.end(); ) | 122 | for(region_list_t::iterator region_it = mRegionList.begin(); region_it != mRegionList.end(); ) |
122 | { | 123 | { |