From: Bhavya Kumili Date: Wed, 10 Jul 2013 08:58:44 +0000 (+0530) Subject: Resolved memory leak in SplitPanel X-Git-Tag: submit/tizen_2.2/20130714.153149~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e2f7bd819df70051978f77c2402cbbf6c70c0d3;p=framework%2Fosp%2Fuifw.git Resolved memory leak in SplitPanel Change-Id: Ie3be0e2b72557b88e56d418edef854c336c8801d --- 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: