core/dbus: fix two strv memleaks
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Jan 2017 03:21:16 +0000 (22:21 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Jan 2017 03:21:16 +0000 (22:21 -0500)
commitf0c03de85afa93d1df2bb533a46748e7f4264af6
tree174a46b768f1a5e000a03fc4f2db07f5b4022ec6
parent9b531f04fb16e072100b10b93613abe846140305
core/dbus: fix two strv memleaks

job_dbus_path and unit_dbus_path both allocate new strings, so we should use
strv_free.
src/core/dbus.c