Resolved memory leak in SplitPanel
authorBhavya Kumili <bhavya.k@samsung.com>
Wed, 10 Jul 2013 08:58:44 +0000 (14:28 +0530)
committerBhavya Kumili <bhavya.k@samsung.com>
Wed, 10 Jul 2013 09:35:24 +0000 (15:05 +0530)
Change-Id: Ie3be0e2b72557b88e56d418edef854c336c8801d

src/ui/animations/FUiAnim_ControlAnimatorImpl.cpp

index b4f7d8b..7587fed 100644 (file)
@@ -618,6 +618,7 @@ _ControlAnimatorImpl::SetAnimation(AnimationTargetType animTarget, AnimationBase
        }
 
        delete pAnimation;
+       delete pBoundsAnimation;
        return r;
 
 CATCH: