From 83b7cfac879b3acb26f9469ae31922b9f674ca7c Mon Sep 17 00:00:00 2001 From: Jinhyung Jo Date: Wed, 5 Oct 2016 15:22:40 +0900 Subject: [PATCH] screenshot: fix abnormal exit issue If user close the emulator that have opened screenshot dialog, the emulator becomes abnormal termination. Change-Id: I0da1eac81ed575c8e1b13270246158a254ea4813 Signed-off-by: Jinhyung Jo --- tizen/src/ui/menu/screenshotdialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tizen/src/ui/menu/screenshotdialog.cpp b/tizen/src/ui/menu/screenshotdialog.cpp index 09b2759bbc..42505d07ae 100644 --- a/tizen/src/ui/menu/screenshotdialog.cpp +++ b/tizen/src/ui/menu/screenshotdialog.cpp @@ -275,6 +275,4 @@ void ScreenShotDialog::showEvent(QShowEvent *event) ScreenShotDialog::~ScreenShotDialog() { qDebug("destroy screenshot dialog"); - - win->getPopupMenu()->screenshotDialog = NULL; } -- 2.34.1