]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: cleanup bus_reset_parsed_address() 834/head
authorNamhyung Kim <namhyung@gmail.com>
Sat, 1 Aug 2015 15:59:42 +0000 (00:59 +0900)
committerNamhyung Kim <namhyung@gmail.com>
Sun, 2 Aug 2015 14:12:08 +0000 (23:12 +0900)
commitba243e5155fd824dcd5235992e691017bd328b3f
tree9523cb0bce8b7a00569333cd407ed16cb39aaf5a
parent253f96e53eb98dd811d380ffe108c53f48765ad2
sd-bus: cleanup bus_reset_parsed_address()

Both strv_free() and mfree() return NULL pointer after free.
src/libsystemd/sd-bus/sd-bus.c