summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-05-23 18:06:16 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-05-23 18:06:16 +0300
commitd37003a631357b49155d8e5c0bd67029458802d4 (patch)
treef4e2dcb3f02f5c1e202d28417be609028ef29d3f /indra/llui/lltextbase.cpp
parentefa716b5fcaa0f0faa4003e072747898a223e983 (diff)
MAINT-2129 signuls cleanup
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp2
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)