systemctl: fix double unref of a dbus message

This commit is contained in:
Michal Schmidt 2011-06-05 17:22:37 +02:00 committed by Kay Sievers
parent 9a66640832
commit 78e39b43b8

View file

@ -1565,6 +1565,7 @@ static int check_unit(DBusConnection *bus, char **args, unsigned n) {
dbus_error_free(&error);
dbus_message_unref(m);
m = NULL;
continue;
}