projects
/
platform
/
core
/
connectivity
/
bt-syspopup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743c8a0
)
Fix the coverity issue
68/209468/1
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20191031.024241
accepted/tizen/5.5/unified/mobile/hotfix/20201027.084137
accepted/tizen/5.5/unified/wearable/hotfix/20201027.114839
accepted/tizen/unified/20190708.114140
submit/tizen/20190708.064701
submit/tizen_5.5/20191031.000003
submit/tizen_5.5_mobile_hotfix/20201026.185103
submit/tizen_5.5_wearable_hotfix/20201026.184303
tizen_5.5.m2_release
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 8 Jul 2019 06:28:42 +0000
(15:28 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Mon, 8 Jul 2019 06:28:42 +0000
(15:28 +0900)
Change-Id: I42ab68752402ae280239638a9bc529156da47449
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bt-syspopup-m.c
patch
|
blob
|
history
diff --git
a/src/bt-syspopup-m.c
b/src/bt-syspopup-m.c
index
6f309bc
..
f43336c
100644
(file)
--- 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);