1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

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;
}