Add missing calls to unlock() 38/139238/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 18 Jul 2017 05:05:30 +0000 (14:05 +0900)
committerSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 18 Jul 2017 05:05:30 +0000 (14:05 +0900)
Change-Id: Ic3e50378f3584dd8f433840c077301864eb1cf01

ism/src/isf_info_manager.cpp

index 1008c23..167d1c2 100644 (file)
@@ -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;