Logic deleting indicator class was fixed.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Mon, 10 Jun 2013 05:29:03 +0000 (14:29 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Mon, 10 Jun 2013 05:29:03 +0000 (14:29 +0900)
Change-Id: I84fe958ed3926af461374d53cf11c26cac5abbe0

src/ui/controls/FUiCtrl_Form.cpp
src/ui/controls/FUiCtrl_Popup.cpp

index 237a8b8..6339ead 100644 (file)
@@ -278,7 +278,7 @@ _Form::~_Form(void)
 
        if (__pIndicator)
        {
-               delete __pIndicator;
+               __pIndicator->Destroy();
                __pIndicator = null;
        }
 
index 828043d..805acfa 100644 (file)
@@ -93,6 +93,7 @@ _Popup::~_Popup(void)
        if (__pIndicator)
        {
                __pIndicator->Destroy();
+               __pIndicator = null;
        }
 }