]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't leak vm->monitorpath on re-connect
authorMark McLoughlin <markmc@redhat.com>
Thu, 9 Jul 2009 15:02:19 +0000 (16:02 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 9 Jul 2009 18:31:01 +0000 (19:31 +0100)
commit8a52daa2d44d7a6e12c4ed7c752d94551d343cfe
tree709c1810f4521ecb76d8bc4b495619af4da03702
parent72978b978991f106dc0e36b10a942d9040a1df00
Don't leak vm->monitorpath on re-connect

* src/qemu_driver.c: vm->monitorpath is already initialized in the case
  of re-connect, so move the initialization for the normal startup case
  out of the common code
src/qemu_driver.c