chiark / gitweb /
bus: always explicitly close bus from main programs
authorLennart Poettering <lennart@poettering.net>
Mon, 4 Aug 2014 14:22:09 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Aug 2014 14:25:24 +0000 (16:25 +0200)
commit249968612f16a71df909d6e73785c18a9ff36a65
tree858e6d966f4da7ef38c011fb1e1c4acd477219a8
parentef392da6c56cdfff35265403192f051af257b3f8
bus: always explicitly close bus from main programs

Since b5eca3a2059f9399d1dc52cbcf9698674c4b1cf0 we don't attempt to GC
busses anymore when unsent messages remain that keep their reference,
when they otherwise are not referenced anymore. This means that if we
explicitly want connections to go away, we need to close them.

With this change we will no do so explicitly wherver we connect to the
bus from a main program (and thus know when the bus connection should go
away), or when we create a private bus connection, that really should go
away after our use.

This fixes connection leaks in the NSS and PAM modules.
23 files changed:
src/analyze/analyze.c
src/bus-proxyd/bus-proxyd.c
src/cgls/cgls.c
src/cgroups-agent/cgroups-agent.c
src/fsck/fsck.c
src/hostname/hostnamectl.c
src/hostname/hostnamed.c
src/libsystemd/sd-bus/bus-util.h
src/libsystemd/sd-bus/busctl.c
src/locale/localectl.c
src/locale/localed.c
src/login/inhibit.c
src/login/loginctl.c
src/login/pam_systemd.c
src/machine/machinectl.c
src/nspawn/nspawn.c
src/nss-mymachines/nss-mymachines.c
src/nss-resolve/nss-resolve.c
src/resolve-host/resolve-host.c
src/run/run.c
src/systemctl/systemctl.c
src/timedate/timedatectl.c
src/timedate/timedated.c