Fix memory leak accepted/tizen/3.0/common/20170201.164546 accepted/tizen/3.0/ivi/20170201.091702 accepted/tizen/3.0/mobile/20170201.091516 accepted/tizen/3.0/tv/20170201.091601 accepted/tizen/3.0/wearable/20170201.091625 submit/tizen_3.0/20170201.003016
authorseungha.son <seungha.son@samsung.com>
Wed, 25 Jan 2017 08:09:23 +0000 (17:09 +0900)
committerseungha.son <seungha.son@samsung.com>
Tue, 31 Jan 2017 22:30:13 +0000 (07:30 +0900)
commit681bbfaf8205b444a4d0c5e0b3b092d53151fb1d
tree584c79d545ac70d10e3d95a2b891256e6a178418
parent3f50d6575b51c01b7cc20ee19e1a55da512d6f30
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