]> git.proxmox.com Git - qemu.git/commit
xen_console: fix memory leak
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 24 Jun 2011 15:59:46 +0000 (16:59 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 16 Jul 2011 23:54:25 +0000 (01:54 +0200)
commit5e6b701aba8689a336297dda047bf760ffc05291
tree4782689fb0d2793bae5ef263f231900d05fb56a9
parentad35a7da1a0a40cd8920ba829640bd43e1613ec1
xen_console: fix memory leak

con_init leaks the string "type", fix it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/xen_console.c