]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu_command: Resolve Coverity RESOURCE_LEAK
authorJohn Ferlan <jferlan@redhat.com>
Wed, 27 Aug 2014 18:32:27 +0000 (14:32 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 28 Aug 2014 12:12:16 +0000 (08:12 -0400)
commit461fb5559969c9f8792cff449250eecaf36e4073
treeecd30f1974faf74fbf59d30a0531b90efc9b818c
parentbe7b82a283bc789da6cf9edc413ea399636b97b8
qemu_command: Resolve Coverity RESOURCE_LEAK

In qemuParseISCSIString() if an error was returned, then the call
to qemuParseDriveURIString() where the uri is free'd wouldn't be run
src/qemu/qemu_command.c