[Version] 0.11.27
[Issue Type] Memory leak
Change-Id: Ibc10c0f2f7619bd92d927c546f9922b456adfa71
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
return MM_ERROR_INVALID_ARGUMENT;
debug_log("free device list %p", device_list_t);
- g_list_free_full(device_list_t->list, g_free);
+ g_list_free_full(g_list_first(device_list_t->list), g_free);
g_free(device_list_t);
return MM_ERROR_NONE;
Name: libmm-sound
Summary: MMSound Package contains client lib and sound_server binary
-Version: 0.11.26
+Version: 0.11.27
Release: 0
Group: System/Libraries
License: Apache-2.0