X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=328b91bc35bd260bd5d0516371f0996f7d1308f9;hp=1191c7a1e1b0d7889cea19a64f34a0cf7293f9fd;hb=e62d8c394474;hpb=3c8bed4ee061f96acb4d70a591a9849bddd2a659;ds=sidebyside diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 1191c7a1e..328b91bc3 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -2980,7 +2980,7 @@ static int print_property(const char *name, DBusMessageIter *iter) { } static int show_one(const char *verb, DBusConnection *bus, const char *path, bool show_properties, bool *new_line) { - _cleanup_free_ DBusMessage *reply = NULL; + DBusMessage _cleanup_free_ *reply = NULL; const char *interface = ""; int r; DBusMessageIter iter, sub, sub2, sub3;