Re: [Qemu-devel] [PATCH 1/1] hw/9pfs: Fix memory leak in error path

2013-07-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 1/1] hw/9pfs: Fix memory leak in error path

2013-07-07 Thread Andreas Färber
Am 07.07.2013 19:18, schrieb Aneesh Kumar K.V: > "M. Mohan Kumar" writes: > >> From: "M. Mohan Kumar" >> >> Fix few more memory leaks in virtio-9p-device.c detected using valgrind. >> >> Signed-off-by: M. Mohan Kumar >> --- >> hw/9pfs/virtio-9p-device.c | 26 +- >> 1 fi

Re: [Qemu-devel] [PATCH 1/1] hw/9pfs: Fix memory leak in error path

2013-07-07 Thread Aneesh Kumar K.V
"M. Mohan Kumar" writes: > From: "M. Mohan Kumar" > > Fix few more memory leaks in virtio-9p-device.c detected using valgrind. > > Signed-off-by: M. Mohan Kumar > --- > hw/9pfs/virtio-9p-device.c | 26 +- > 1 file changed, 17 insertions(+), 9 deletions(-) > > diff --git