From: DoHyun Pyun Date: Mon, 8 Jul 2019 06:28:42 +0000 (+0900) Subject: Fix the coverity issue X-Git-Tag: accepted/tizen/5.5/unified/20191031.024241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Fix the coverity issue Change-Id: I42ab68752402ae280239638a9bc529156da47449 Signed-off-by: DoHyun Pyun --- diff --git a/src/bt-syspopup-m.c b/src/bt-syspopup-m.c index 6f309bc..f43336c 100644 --- a/src/bt-syspopup-m.c +++ b/src/bt-syspopup-m.c @@ -384,6 +384,7 @@ static int __bluetooth_notify_event(struct bt_popup_appdata *ad) if (ret != 0) BT_ERR("player_set_uri Failed : %d", ret); + free(path); } else { BT_ERR("vconf_get_str failed"); __bluetooth_player_free(ad->player);