diff options
| author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-12-09 16:38:37 -0800 |
|---|---|---|
| committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-12-09 16:38:37 -0800 |
| commit | 9f68163179cda136a696f8e2d4d6b39fbf588bdb (patch) | |
| tree | b32dbc8318b31fd75e33c3807cd51724ddd6bc7c /indra/newview/llworld.cpp | |
| parent | 423b943b4107993e87acf79ddf53bd6a649c4b3e (diff) | |
EXT-2896 Fixed poor handling of login error.
Added more cleanup to the reset_login call.
Added new settings to control UseCircuitCode message timeouts to allow testing of this failure.
Reviewed by Richard
Diffstat (limited to 'indra/newview/llworld.cpp')
| -rw-r--r-- | indra/newview/llworld.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index 5c6fc2cf21..118d7f8d08 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -118,6 +118,7 @@ LLWorld::LLWorld() : void LLWorld::destroyClass() { + mHoleWaterObjects.clear(); gObjectList.destroy(); for(region_list_t::iterator region_it = mRegionList.begin(); region_it != mRegionList.end(); ) { |
