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 s...@weilnetz.de Acked-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Are you happy to get this patch upstream via qemu-trivial? Or do

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 s...@weilnetz.de Acked-by: Stefano Stabellini stefano.stabell...@eu.citrix.com Are you happy to

[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 s...@weilnetz.de --- hw/xen/xen_pt_config_init.c |4 ++-- xen-all.c |8 +--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git