From 940234add5bbdaed99630b1efa52653abe1649e8 Mon Sep 17 00:00:00 2001 From: Gwangbok Kim Date: Mon, 28 Oct 2013 11:35:39 +0900 Subject: [PATCH] fix P131027-00240 Change-Id: I38236ecff1bc44e8e5438c52562e26d5d22b7776 Signed-off-by: Gwangbok Kim --- project/src/CreateContactForm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/src/CreateContactForm.cpp b/project/src/CreateContactForm.cpp index 77cb154..12ee068 100644 --- a/project/src/CreateContactForm.cpp +++ b/project/src/CreateContactForm.cpp @@ -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) -- 2.7.4