dbus: fix memory leak issue 13/70613/1 accepted/tizen/common/20160520.171320 accepted/tizen/ivi/20160520.081651 accepted/tizen/mobile/20160520.081712 accepted/tizen/tv/20160520.081646 accepted/tizen/wearable/20160520.081638 submit/tizen/20160520.041904
authorTaeyoung Kim <ty317.kim@samsung.com>
Fri, 20 May 2016 01:04:04 +0000 (10:04 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Fri, 20 May 2016 01:04:04 +0000 (10:04 +0900)
commit52f05a19ef9343d61b71b7e88daca3917e17e297
tree8a967e5038a091ee612e15519ca5d651101e2d07
parentee9795a5ac1d95a4efc37e094d4150bcc484341e
dbus: fix memory leak issue

==858== 8 bytes in 1 blocks are definitely lost in loss record 946 of 5,161
==858==    at 0x4845750: malloc (vg_replace_malloc.c:296)
==858==    by 0x5A22DF3: dbus_method_async_with_reply (dbus.c:237)
==858==    by 0x5A21FE5: unlock_state (power.c:168)
==858==    by 0x5A2239F: device_power_release_lock (power.c:197)

Change-Id: Ifbcf5c3c70b487c8cb6a98775fd62243febb9cc0
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
src/dbus.c