Fix memory leak 02/112002/1
authorseungha.son <seungha.son@samsung.com>
Wed, 25 Jan 2017 08:09:23 +0000 (17:09 +0900)
committerseungha.son <seungha.son@samsung.com>
Wed, 25 Jan 2017 08:35:15 +0000 (17:35 +0900)
commitc161b85ee72a4184c7208cd8b6f6f5b487419811
treed17a46101e77beaa21dbd010cff12e15ca4e93bf
parent07806a586a0a7cf11992d11b0b19768b6d815eff
Fix memory leak

 - If body is floating, memory corruption is occured when msg get body
   in g_dbus_connection_send_message_with_reply()
   So, this problem can be solved by increase reference count of body
   when body is floating.

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Ifaffa3153b111d91a8e20c6ad5c9e228548983c9
src/notification_ipc.c