Fixed a crash related to the NFC submit/tizen_2.1/20130514.051313
authorHongryeol Gil <hr.gil@samsung.com>
Fri, 10 May 2013 07:39:49 +0000 (16:39 +0900)
committerHongryeol Gil <hr.gil@samsung.com>
Fri, 10 May 2013 07:39:49 +0000 (16:39 +0900)
Change-Id: I9a2df56acffbef0ded0751fa95178b049d10de59
Signed-off-by: Hongryeol Gil <hr.gil@samsung.com>
src/StNfcForm.cpp

index 0e63038..b9143c9 100644 (file)
@@ -144,6 +144,7 @@ NfcForm::OnSceneActivatedN(const Tizen::Ui::Scenes::SceneId& previousSceneId, co
 void
 NfcForm::OnSceneDeactivated(const Tizen::Ui::Scenes::SceneId& currentSceneId, const Tizen::Ui::Scenes::SceneId& nextSceneId)
 {
+       __pNfcPresentationModelInstance->SetNfcEventListener(null);
 }
 
 void