]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: avoid memory leak
authorajia@redhat.com <ajia@redhat.com>
Sun, 18 Sep 2011 16:36:11 +0000 (00:36 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 19 Sep 2011 19:23:53 +0000 (13:23 -0600)
commitdb3b32c4e120eaa3bdc08139c2b78d46ba5915bf
tree6dedae8590477ea6ad58ddf8c1db2bf4b8aa4afa
parent2fdd441a4af20802fa324a2f18477ba3592b5df5
qemu: avoid memory leak

Leak introduced in commit 036ad50, affects only error case.

* src/qemu/qemu_command.c: fix memory leak.

Signed-off-by: Alex Jia <ajia@redhat.com>
src/qemu/qemu_command.c