From 26fddac946db889a667ca697e52bf85edae786e6 Mon Sep 17 00:00:00 2001 From: Sungmin Kwak Date: Tue, 18 Jul 2017 14:05:30 +0900 Subject: [PATCH] Add missing calls to unlock() Change-Id: Ic3e50378f3584dd8f433840c077301864eb1cf01 --- ism/src/isf_info_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ism/src/isf_info_manager.cpp b/ism/src/isf_info_manager.cpp index 1008c23..167d1c2 100644 --- a/ism/src/isf_info_manager.cpp +++ b/ism/src/isf_info_manager.cpp @@ -3753,6 +3753,7 @@ client context helpers: %d, helpers uuid count: %d", if (!m_signal_get_ise_information (info.uuid, info.name, language, type, option, module_name)) { LOGD ("This helper is not IME"); + unlock (); return; } info.option = option; @@ -3796,6 +3797,7 @@ client context helpers: %d, helpers uuid count: %d", if (!m_signal_get_ise_information (info.uuid, info.name, language, type, option, module_name)) { LOGD ("This helper is not IME"); + unlock (); return; } info.option = option; -- 2.7.4