Re: [Qemu-devel] [PATCH] hw/xen: Use g_free instead of free and fix potential memory leaks

2013-06-11 Thread Stefan Weil
Am 11.06.2013 13:02, schrieb Stefano Stabellini: > On Mon, 10 Jun 2013, Stefan Weil wrote: >> The wrong functions and the missing calls of g_free were reported >> by cppcheck. >> >> Signed-off-by: Stefan Weil > Acked-by: Stefano Stabellini > > Are you happy to get this patch upstream via qemu-tri

Re: [Qemu-devel] [PATCH] hw/xen: Use g_free instead of free and fix potential memory leaks

2013-06-11 Thread Stefano Stabellini
On Mon, 10 Jun 2013, Stefan Weil wrote: > The wrong functions and the missing calls of g_free were reported > by cppcheck. > > Signed-off-by: Stefan Weil Acked-by: Stefano Stabellini Are you happy to get this patch upstream via qemu-trivial? Or do you want me to pick it up? > hw/xen/xen_pt_

[Qemu-devel] [PATCH] hw/xen: Use g_free instead of free and fix potential memory leaks

2013-06-10 Thread Stefan Weil
The wrong functions and the missing calls of g_free were reported by cppcheck. Signed-off-by: Stefan Weil --- hw/xen/xen_pt_config_init.c |4 ++-- xen-all.c |8 +--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/hw/xen/xen_pt_config_init.c b/hw/xen/