Include Auto Fill forms. when click to all back, destructor not call. 82/78282/3
authorLim DoHyung <delight.lim@samsung.com>
Tue, 5 Jul 2016 04:40:38 +0000 (13:40 +0900)
committerLim DoHyung <delight.lim@samsung.com>
Tue, 5 Jul 2016 06:57:40 +0000 (15:57 +0900)
Change-Id: Ia840978c3d0c6098c5889c5ee3e87ba78b2a1640
Signed-off-by: Lim DoHyung <delight.lim@samsung.com>
services/SettingsUI/SettingsUI_mob.cpp

index d2ac982e61fe85df5aa35e6966cb1a3473ef68d9..40680e04a2126ae29feb8fd192d0c45d5f1ef548 100755 (executable)
@@ -704,10 +704,6 @@ void SettingsUI::initializeAutoFillManager()
 void SettingsUI::destroyAutoFillManager()
 {
     BROWSER_LOGD("[%s:%d] ", __PRETTY_FUNCTION__, __LINE__);
-    if (m_autoFillManager) {
-        m_autoFillManager.reset();
-        m_autoFillManager = nullptr;
-    }
     elm_object_tree_focus_allow_set(m_settings_layout, EINA_FALSE);
 }