1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00

dbus: properly unref message

This commit is contained in:
Lennart Poettering 2011-06-28 12:49:52 +02:00
parent 7f7bb94679
commit c99ddfaa1a

View File

@ -1310,6 +1310,6 @@ void bus_broadcast_finished(
}
finish:
if (m)
if (message)
dbus_message_unref(message);
}