On Mon, May 14, 2012 at 8:47 PM, Stefan Weil <s...@weilnetz.de> wrote: > 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 <s...@weilnetz.de> > --- > readline.c | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>