diff options
-rwxr-xr-x | svc/daemon/media_controller_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/daemon/media_controller_main.c b/svc/daemon/media_controller_main.c index 6b5cc50..5b13b60 100755 --- a/svc/daemon/media_controller_main.c +++ b/svc/daemon/media_controller_main.c @@ -124,7 +124,7 @@ int main(int argc, char **argv) g_thread_join(svc_thread); g_main_loop_unref(g_mc_mainloop); - __mc_main_destroy_timer(g_mc_timer_id); + __mc_main_destroy_timer(); mc_cynara_finish(); mc_debug("*** Media Controller Daemon is stopped ***"); |