Re: [Qemu-devel] [PATCH] virtio: Fix memory leak reported by Coverity

2015-03-14 Thread Stefan Weil
Am 14.03.2015 um 11:31 schrieb Stefan Weil: Signed-off-by: Stefan Weil --- hw/9pfs/virtio-9p-local.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hw/9pfs/virtio-9p-local.c b/hw/9pfs/virtio-9p-local.c This patch is superseded by a new one which fixes four si

[Qemu-devel] [PATCH] virtio: Fix memory leak reported by Coverity

2015-03-14 Thread Stefan Weil
Signed-off-by: Stefan Weil --- hw/9pfs/virtio-9p-local.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hw/9pfs/virtio-9p-local.c b/hw/9pfs/virtio-9p-local.c index d05c917..055c7e2 100644 --- a/hw/9pfs/virtio-9p-local.c +++ b/hw/9pfs/virtio-9p-local.c @@ -488,7 +488