X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgroups-agent.c;fp=src%2Fcgroups-agent.c;h=7f001e67d125fe5fc59a081e48751644d9b35102;hp=e0868b6137034f50446f3c5fa0d9370c1841be05;hb=6f9a471aa677ff4048aea168d7cea3697cf51fb3;hpb=8480e784f176a4911e22497e01bfbdf084342520 diff --git a/src/cgroups-agent.c b/src/cgroups-agent.c index e0868b613..7f001e67d 100644 --- a/src/cgroups-agent.c +++ b/src/cgroups-agent.c @@ -43,7 +43,6 @@ int main(int argc, char *argv[]) { log_parse_environment(); log_open(); - /* We send this event to the private D-Bus socket and then the * system instance will forward this to the system bus. We do * this to avoid an activation loop when we start dbus when we @@ -94,7 +93,6 @@ finish: dbus_connection_unref(bus); } - if (m) dbus_message_unref(m);