From: DoHyun Pyun Date: Tue, 21 Feb 2017 23:41:17 +0000 (+0900) Subject: Fix the svace issue (179281) X-Git-Tag: accepted/tizen/common/20170303.090641^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F116070%2F1;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-share.git Fix the svace issue (179281) Change-Id: I093f83fa041a00bee397e26edd098068e7e0aa37 Signed-off-by: DoHyun Pyun --- diff --git a/bt-share/src/bt-share-ipc.c b/bt-share/src/bt-share-ipc.c index bf3ac2f..797650e 100644 --- a/bt-share/src/bt-share-ipc.c +++ b/bt-share/src/bt-share-ipc.c @@ -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;