From 2fa82bf53d983900eea9c2cf89d62e57797c2107 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Mon, 8 Jul 2019 15:28:42 +0900 Subject: [PATCH] Fix the coverity issue Change-Id: I42ab68752402ae280239638a9bc529156da47449 Signed-off-by: DoHyun Pyun --- src/bt-syspopup-m.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.7.4