fix P131027-00240
authorGwangbok Kim <gwangbok.kim@samsung.com>
Mon, 28 Oct 2013 02:35:39 +0000 (11:35 +0900)
committerGwangbok Kim <gwangbok.kim@samsung.com>
Mon, 28 Oct 2013 02:35:39 +0000 (11:35 +0900)
Change-Id: I38236ecff1bc44e8e5438c52562e26d5d22b7776
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
project/src/CreateContactForm.cpp

index 77cb154..12ee068 100644 (file)
@@ -213,6 +213,7 @@ CreateContactForm::OnTerminating(void)
        if (__pAddressbookListPopup != null)
        {
                delete __pAddressbookListPopup;
+               __pAddressbookListPopup = null;
        }
 
        return r;
@@ -289,6 +290,7 @@ CreateContactForm::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
        if (__pAddressbookListPopup != null)
        {
                delete __pAddressbookListPopup;
+               __pAddressbookListPopup = null;
        }
 
        if (pArgs)