summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2012-12-21 16:45:58 +0200
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2012-12-21 16:45:58 +0200
commit765a5a73dd3e2e7a88141e26f4aa7b479229ad2e (patch)
treebf645ad2a54ba3e7f8b75062a250a11d56dd0898 /indra/newview/llchiclet.cpp
parent2610af9798374ce9fff7623d7aa7e269b2a78174 (diff)
CHUI-621 FIXED Notification chiclet UI error
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r--indra/newview/llchiclet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index 2fdcb17570..3dbb43c657 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -76,7 +76,7 @@ LLSysWellChiclet::LLSysWellChiclet(const Params& p)
LLSysWellChiclet::~LLSysWellChiclet()
{
- delete mFlashToLitTimer;
+ mFlashToLitTimer->unset();
}
void LLSysWellChiclet::setCounter(S32 counter)