]> git.proxmox.com Git - qemu.git/commit
hw/xen: Use g_free instead of free and fix potential memory leaks
authorStefan Weil <sw@weilnetz.de>
Mon, 10 Jun 2013 20:36:22 +0000 (22:36 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 11 Jun 2013 19:45:44 +0000 (23:45 +0400)
commitc5633d998a27502ad8cc10c2d46f91b02555ae7a
tree90d53eb52bd7fcf6965be534c43ba1aca464c3e0
parent1e2a1d41f29adc8ae3013612c5a0114a87773773
hw/xen: Use g_free instead of free and fix potential memory leaks

The wrong functions and the missing calls of g_free were reported
by cppcheck.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/xen/xen_pt_config_init.c
xen-all.c