chiark / gitweb /
systemctl: use automatic cleanup
[elogind.git] / src / shared / dbus-common.h
index e49c3b5258816dcd05f0da3b26cf354cf3ad9a9e..7294206bc42c317d84f97d131d873050e02e7859 100644 (file)
@@ -213,3 +213,6 @@ int bus_method_call_with_reply(DBusConnection *bus,
                                DBusMessage **return_reply,
                                DBusError *return_error,
                                int first_arg_type, ...);
+
+void dbus_message_unref_p(DBusMessage **reply);
+#define _cleanup_dbus_msg_unref_ __attribute__((cleanup(dbus_message_unref_p)))