]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: plug memory leak
authorAlex Jia <ajia@redhat.com>
Sat, 29 Oct 2011 17:12:56 +0000 (01:12 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 31 Oct 2011 17:20:30 +0000 (11:20 -0600)
commit381de903751170f04809b7a2624400545d793153
treef94932828e9edc34142cf53b2601fed439d09b0a
parentd3505ba895aa81daec77113faec21aab5be990f7
qemu: plug memory leak

Detected by Coverity. Leak introduced in commit 6cabc0b.

* src/qemu/qemu_command.c: Clean up on failure.

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