projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6373ee
)
Fixed Frequent Music Player crash TSAM-6158
91/79491/1
author
bhutani.92
<bhutani.92@samsung.com>
Mon, 11 Jul 2016 12:50:44 +0000
(18:20 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Mon, 11 Jul 2016 12:50:44 +0000
(18:20 +0530)
Change-Id: I1c97248465e0934a4264a1b7ffdfe1c8d8718c35
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/mp-main.c
patch
|
blob
|
history
diff --git
a/src/mp-main.c
b/src/mp-main.c
index 85a5165be70fae332b952acd9f03f88f4507088c..5aac870df8c62388016eaab2b0c5ca98ac9b309f 100755
(executable)
--- a/
src/mp-main.c
+++ b/
src/mp-main.c
@@
-1563,6
+1563,7
@@
mp_terminate(void *data)
mp_setting_set_nowplaying_id(0);
#endif
+ ecore_file_monitor_del(ad->monitor);
mp_language_mgr_destroy();
mp_ecore_idler_del(ad->app_init_idler);
mp_ecore_timer_del(ad->longpress_timer);