Fix memory leak 56/77456/5 accepted/tizen/common/20160703.130554 accepted/tizen/ivi/20160701.033305 accepted/tizen/mobile/20160701.033436 accepted/tizen/tv/20160701.033114 accepted/tizen/wearable/20160701.033150 submit/tizen/20160630.084032 submit/tizen_common/20160701.180000
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 30 Jun 2016 01:29:40 +0000 (10:29 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 30 Jun 2016 08:39:29 +0000 (17:39 +0900)
commit2bde9f3aa465f3befc3c5321bb1efd367c663afb
tree6f7b600809ac079e1894d928e4e98822076a64bf
parentdd63359a31bf3e36d5c69b93ec5cb879a8d71b53
Fix memory leak
 - Used '&s' for string that does not need to free instead of 's' for argument of g_variant_get() in mm_sound_mgr_focus_dbus.c
 - Added omitted g_error_free() for err variable in mm_sound_dbus.c

[Version] Release 0.10.39
[Profile] Common
[Issue Type] Memory leak
[JIRA] TSAM-5489

Change-Id: I8d936a5729303f099b0a84d4e5d18899df1c5e7a
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
common/mm_sound_dbus.c
mm_sound_client.c
mm_sound_proxy.c
packaging/libmm-sound.spec
server/mm_sound_mgr_focus_dbus.c
server/mm_sound_mgr_ipc_dbus.c