chiark / gitweb /
sd-rtnl: message - don't reference associated rtnl object
authorTom Gundersen <teg@jklm.no>
Sun, 23 Mar 2014 14:33:24 +0000 (15:33 +0100)
committerTom Gundersen <teg@jklm.no>
Thu, 27 Mar 2014 23:50:50 +0000 (00:50 +0100)
commit8c57830308a612b06b53f5fd31cfb765d8710d68
tree963edd7f57665b022a0e2f06cc47167657078dde
parentbf81e792f3c0aed54edf004c1c95cc6f6d81d0ee
sd-rtnl: message - don't reference associated rtnl object

The object is not currently used, so just drop the refenence. If/when we end up
using the object in the future, we must make sure to deal with possible mutual
references between rtnl busses and their queued messages; as is done in sd-bus.
src/libsystemd/sd-rtnl/rtnl-message.c
src/libsystemd/sd-rtnl/sd-rtnl.c