sd-bus: always go through sd_bus_unref() to free messages
authorLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 20:07:42 +0000 (21:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 14:19:45 +0000 (15:19 +0100)
commitb41812d1e308de03c879cfca490105216d528c4b
tree1a083d19a1acada962fbda15dd708757f793d07d
parent39feb2ce417e54cf9746e64b5dfd610cef6ac440
sd-bus: always go through sd_bus_unref() to free messages

Don't try to be smart, don't bypass the ref counting logic if there's no
real reason to.

This matters if we want to tweak the ref counting logic later.
src/libsystemd/sd-bus/bus-message.c