From 5e2f7bd819df70051978f77c2402cbbf6c70c0d3 Mon Sep 17 00:00:00 2001 From: Bhavya Kumili Date: Wed, 10 Jul 2013 14:28:44 +0530 Subject: [PATCH] Resolved memory leak in SplitPanel Change-Id: Ie3be0e2b72557b88e56d418edef854c336c8801d --- src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp b/src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp index b4f7d8b..7587fed 100644 --- a/src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp +++ b/src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp @@ -618,6 +618,7 @@ _ControlAnimatorImpl::SetAnimation(AnimationTargetType animTarget, AnimationBase } delete pAnimation; + delete pBoundsAnimation; return r; CATCH: -- 2.7.4