summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-05-14 21:47:20 +0200
committerLuiz Capitulino <lcapitulino@redhat.com>2012-06-15 10:41:05 -0300
commit7618be6230efebab643513eb92fd93c79da36e4d (patch)
tree6c558618a1c5f632d91837a7e1d1b72db2c1e133 /monitor.c
parentad608da51d59aed20905138bc4cc524bc77f42de (diff)
downloadqemu-7618be6230efebab643513eb92fd93c79da36e4d.tar.gz
monitor: Fix memory leak with readline completion
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: Stefan Weil <sw@weilnetz.de> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'monitor.c')
0 files changed, 0 insertions, 0 deletions