Re: [Qemu-devel] [PATCH] xen_console: fix memory leak
On 06/24/2011 05:59 PM, stefano.stabell...@eu.citrix.com wrote: From: Stefano Stabellini con_init leaks the string "type", fix it. Thanks, applied to xen-next branch. Alex
[Qemu-devel] [PATCH] xen_console: fix memory leak
From: Stefano Stabellini con_init leaks the string "type", fix it. Signed-off-by: Stefano Stabellini --- hw/xen_console.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hw/xen_console.c b/hw/xen_console.c index e88714f..519d5f5 100644 --- a/hw/xen_console.c +++