]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add missing 'goto error' in QEMU command line building
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Sep 2012 13:44:40 +0000 (14:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 14 Sep 2012 16:15:43 +0000 (17:15 +0100)
commit637a1124ae35a51e39c87f0e851b1e8112cb5e26
treebe74e658fae82ba6a449b18663c1400d56c7e158
parent731c911ceb977a11572f4311e8cd96740337bfa1
Add missing 'goto error' in QEMU command line building

If reporting case of a binary not supporting KVM or kQEMU, libvirt
forgot to jump to the error branch for cleanup
src/qemu/qemu_command.c