diff options
author | Richard Nelson <none@none> | 2010-03-10 18:20:18 -0800 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-03-10 18:20:18 -0800 |
commit | 1e5fe95b1d2d4912a3c9d84e2c32ff141f0dc4d9 (patch) | |
tree | 633109cc818c4e9f7ab1daa93089fc12d623fe6d /indra/llui/lltextbase.cpp | |
parent | 34d1d34ca100fd137c2a85f0e0f330730fb70aba (diff) |
EXT-6295 - Cannot log in with new account, TOS dialog does not load
reviewed by Mani
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 851fb966ec..633135382e 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -246,7 +246,7 @@ LLTextBase::~LLTextBase() { // Menu, like any other LLUICtrl, is deleted by its parent - gMenuHolder - clearSegments(); + mSegments.clear(); } void LLTextBase::initFromParams(const LLTextBase::Params& p) |