Skip to content
Snippets Groups Projects
user avatar
Stefan Weil authored
Each string which is shown during readline completion in the QEMU monitor
is allocated dynamically but currently never deallocated.

Add the missing loop which calls g_free for the allocated strings.

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
7618be62
History
Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team