Blob Blame History Raw
commit c6c626c0f4f322b520d2600f8338b6b683ee365a
Author: Andrew Beekhof <andrew@beekhof.net>
Date:   Tue Sep 23 09:17:34 2014 +1000

    Fix: Bug rhbz#1139701 - Unref reply to prevent systemd action timeouts

diff --git a/lib/services/dbus.c b/lib/services/dbus.c
index b424c0b..fce258f 100644
--- a/lib/services/dbus.c
+++ b/lib/services/dbus.c
@@ -286,6 +286,7 @@ pcmk_dbus_get_property(
 
 
     crm_trace("Property %s[%s] is '%s'", obj, name, output);
+    dbus_message_unref(reply);
     return output;
 }