fix memory leak issue using valgrind tool. 04/71104/1 accepted/tizen/common/20160524.150640 accepted/tizen/ivi/20160524.095730 accepted/tizen/mobile/20160524.095748 accepted/tizen/tv/20160524.095610 accepted/tizen/wearable/20160524.095758 submit/tizen/20160524.065354
authorHyihong Chae <hh.chae@samsung.com>
Tue, 24 May 2016 06:16:44 +0000 (15:16 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Tue, 24 May 2016 06:22:09 +0000 (15:22 +0900)
Change-Id: Ie79ffee30375864282b54225b56bce5c11328c8b
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
UICCTerminal.cpp [changed mode: 0644->0755]
packaging/smartcard-plugin-uicc.spec

old mode 100644 (file)
new mode 100755 (executable)
index 8986167..998a6ab
@@ -160,6 +160,7 @@ static void _uiccCallback_sync(TapiHandle *handle, int result,
                context->resp = data;
 
        g_main_loop_quit(context->loop);
+       g_main_loop_unref(context->loop);
 }
 
 namespace smartcard_service_api
index da05e8e..df39ab3 100755 (executable)
@@ -1,6 +1,6 @@
 Name:             smartcard-plugin-uicc
 Summary:          Smartcard plugin uicc
-Version:          0.0.10
+Version:          0.0.11
 Release:          0
 Group:            libs
 License:          Apache-2.0