Fix focus signal handling bug 88/50988/1
authorinhyeok <i_bc.kim@samsung.com>
Wed, 4 Nov 2015 08:30:42 +0000 (17:30 +0900)
committerinhyeok <i_bc.kim@samsung.com>
Wed, 4 Nov 2015 08:32:55 +0000 (17:32 +0900)
[Version] Release 0.9.270
[Profile] Common
[Issue Type] Fix bug

Change-Id: I617f14707c37d7b714072b5c6f6580f0947351b9
Signed-off-by: inhyeok <i_bc.kim@samsung.com>
focus_server/mm_sound_mgr_focus.c
packaging/libmm-sound.spec

index e8bd078..6db01f3 100644 (file)
@@ -1130,7 +1130,7 @@ int mm_sound_mgr_focus_emergent_exit(const _mm_sound_mgr_focus_param_t *param)
                                                debug_error("Fail to _focus_do_watch_callback, ret[0x%x]\n", ret);
                                        }
                                }
-                               __clear_focus_pipe(node);
+                               __clear_focus_pipe(my_node);
                                g_focus_node_list = g_list_remove(g_focus_node_list, my_node);
                                list = g_focus_node_list;
                        }
index 71b22e4..520509b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.9.269
+Version:    0.9.270
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0