Remove the code of destroying hash table because of crash 25/56625/1 accepted/tizen/mobile/20160111.230141 accepted/tizen/tv/20160111.230215 accepted/tizen/wearable/20160111.230242 submit/tizen/20160111.112054
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 11 Jan 2016 11:15:40 +0000 (20:15 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 11 Jan 2016 11:15:42 +0000 (20:15 +0900)
Change-Id: I63bcb05d0aa6168d7d8249bedd7b11ef7b1886f8

packaging/mused.spec
src/muse_core_ipc.c

index 0b4e185..b985098 100644 (file)
@@ -1,7 +1,7 @@
 Name:       mused
 Summary:    A Multimedia Daemon in Tizen Native API
 Version:    0.1.2
-Release:    0
+Release:    1
 Group:      System/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
index de37201..46538b9 100644 (file)
@@ -58,9 +58,6 @@ static void _muse_core_ipc_client_cleanup(muse_module_h module)
        module->ch[MUSE_CHANNEL_DATA].queue = NULL;
        g_cond_broadcast(&module->ch[MUSE_CHANNEL_DATA].cond);
 
-       for (idx = 0; idx < MUSE_MODULE_MAX; idx++)
-               g_hash_table_destroy(muse_core_module_get_instance()->table[idx]);
-
        if (module->ch[MUSE_CHANNEL_DATA].p_gthread) {
                g_thread_join(module->ch[MUSE_CHANNEL_DATA].p_gthread);
                module->ch[MUSE_CHANNEL_DATA].p_gthread = NULL;