diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-05-23 18:06:16 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-05-23 18:06:16 +0300 |
commit | d37003a631357b49155d8e5c0bd67029458802d4 (patch) | |
tree | f4e2dcb3f02f5c1e202d28417be609028ef29d3f | |
parent | efa716b5fcaa0f0faa4003e072747898a223e983 (diff) |
MAINT-2129 signuls cleanup
-rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 3e4680de24..c7d7535f87 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -269,6 +269,8 @@ LLTextBase::~LLTextBase() { mSegments.clear(); delete mURLClickSignal; + delete mIsFriendSignal; + delete mIsObjectBlockedSignal; } void LLTextBase::initFromParams(const LLTextBase::Params& p) |