Do not unref eldbus_message after sending the message 80/59580/1
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 16 Feb 2016 12:11:44 +0000 (21:11 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Tue, 16 Feb 2016 12:15:38 +0000 (21:15 +0900)
commit44ac9bf3d33197c80753e1a31b9243abac6f1342
treee4098cf764deb38295cd0303e0b118b8b200470d
parent4a655fdc2fe8186f8e16897deb52381780f137f8
Do not unref eldbus_message after sending the message

After eldbus_message is sent with no callbacks, the message is unrefed
inside of eldbus library. So it doesn't need to unref the message
manually.

Change-Id: I0ca545ce9f14f7895bd8337bbf0ee4c8513ad673
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/e_mod_processmgr.c