fix QemuOpts leak
commit363f8cb9bcd308bd03d28e04ea5f5557dea5d5e8
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Dec 2010 12:42:54 +0000 (23 13:42 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Feb 2011 22:50:44 +0000 (1 16:50 -0600)
tree88bc306c7184ba60edd66ce3b62e99ec95ea528a
parent44b37b933745a9005504427dec06f4066af9762e
fix QemuOpts leak

Now that no backend's open function saves the passed QemuOpts, fix a leak
in the qemu_chr_open backwards-compatible parser.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c