projects
/
platform
/
core
/
system
/
storaged.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa883b
)
dbus: unref reply message
20/152420/1
author
pr.jung
<pr.jung@samsung.com>
Mon, 25 Sep 2017 09:59:34 +0000
(18:59 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 26 Sep 2017 06:07:30 +0000
(06:07 +0000)
Change-Id: Id47482a765be09f5994fd692e0366ae2c6ba4a7a
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/shared/dbus.c
patch
|
blob
|
history
diff --git
a/src/shared/dbus.c
b/src/shared/dbus.c
index
f9eab84
..
59fafde
100644
(file)
--- a/
src/shared/dbus.c
+++ b/
src/shared/dbus.c
@@
-208,6
+208,8
@@
void reply_dbus_method_result(dbus_method_reply_handle_h reply_handle, DBusMessa
return;
dbus_connection_send(reply->handle->conn, reply_msg, NULL);
+ if (reply->msg)
+ dbus_message_unref(reply->msg);
dbus_message_unref(reply_msg);
if (reply)
free(reply);