]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virdbustest: Don't leak @out_strv1
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Aug 2017 13:27:45 +0000 (15:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Aug 2017 08:44:06 +0000 (10:44 +0200)
commit08425740b2b70124aa69dafdea339a9da0a1fb53
treeabae472bd11215d4955bb5aab4497bc244a69859
parentf9bc41f740ca7494d9aa6826f19172fefc1a1663
virdbustest: Don't leak @out_strv1

In testMessageSingleArrayRef the string is doubly referenced.
Therefore we have to free also the first pointer to the string.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/virdbustest.c