]> git.proxmox.com Git - mirror_qemu.git/commit
libqtest: Correct small memory leak.
authorJohn Snow <jsnow@redhat.com>
Mon, 4 Aug 2014 21:11:22 +0000 (17:11 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Aug 2014 17:03:13 +0000 (18:03 +0100)
commita7afc6b8c13c70e9c40b4f666be80600f8ad0b3d
treedabfc4cafb8de9cad4f6b234ce0faf2a6facd99e
parentf3cdcbaee16d32b52d5015a8b1e8ddf5a27f7089
libqtest: Correct small memory leak.

Fixes a small memory leak inside of libqtest.
After we produce a test path and glib copies the string
for itself, we should clean up our temporary copy.

Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/libqtest.c