Fix the svace issue (179281) 70/116070/1 accepted/tizen/common/20170303.090641 accepted/tizen/ivi/20170302.121728 accepted/tizen/mobile/20170302.121415 accepted/tizen/tv/20170302.121526 accepted/tizen/unified/20170309.032535 accepted/tizen/wearable/20170302.121633 submit/tizen/20170302.014914 submit/tizen_unified/20170308.100406
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 21 Feb 2017 23:41:17 +0000 (08:41 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 23 Feb 2017 00:28:09 +0000 (09:28 +0900)
Change-Id: I093f83fa041a00bee397e26edd098068e7e0aa37
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-share/src/bt-share-ipc.c

index bf3ac2f..797650e 100644 (file)
@@ -205,6 +205,7 @@ static opc_transfer_info_t *__add_transfer_info(GVariant *msg)
                _bt_create_warning_popup(BLUETOOTH_ERROR_INTERNAL,
                        BT_STR_UNABLE_TO_SEND);
 
+               g_slist_free_full(list, g_free);
                g_free(name);
                g_free(type);
                return NULL;