]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: Fix incorrect cleanup attribute in bus_match_to_string() 1084/head
authorCristian Rodríguez <crrodriguez@opensuse.org>
Sun, 30 Aug 2015 21:19:34 +0000 (18:19 -0300)
committerCristian Rodríguez <crrodriguez@opensuse.org>
Sun, 30 Aug 2015 22:21:31 +0000 (19:21 -0300)
commit0ba793fb8b2888e0c340fc6f054ef5e910fe48f0
tree99a490e0a22408658d59fdbb893299b8023aea5f
parent82613b14ba10706da0f89774dc82d33a04fe5290
sd-bus: Fix incorrect cleanup attribute in bus_match_to_string()

Must be _cleanup_fclose_ not _cleanup_free_
src/libsystemd/sd-bus/bus-match.c