diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-22 15:35:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-22 16:31:40 +0100 |
commit | 0e586eae02080102177be7cbd8890ba46d116962 (patch) | |
tree | cb0653372d8df0068ee9f13fb4467d0292f0bef2 /src/libsystemd-bus/bus-internal.h | |
parent | dc0218d267e6358985c7b4e150f09cb370d264c5 (diff) |
bus: when closing a bus, drop all refs to queued messages, so that the bus can be freed
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd-bus/bus-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index 4af5526b71..7a695c7b93 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -182,8 +182,6 @@ struct sd_bus { LIST_HEAD(struct filter_callback, filter_callbacks); Hashmap *nodes; - - Hashmap *vtable_methods; Hashmap *vtable_properties; |