mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
Use glib memory allocation and free functions
qemu_malloc/qemu_free no longer exist after this commit. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
@ -393,7 +393,7 @@ static void stellaris_enet_cleanup(VLANClientState *nc)
|
||||
|
||||
cpu_unregister_io_memory(s->mmio_index);
|
||||
|
||||
qemu_free(s);
|
||||
g_free(s);
|
||||
}
|
||||
|
||||
static NetClientInfo net_stellaris_enet_info = {
|
||||
|
Reference in New Issue
Block a user