qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] virtio-9p: Fix a memory leak


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] virtio-9p: Fix a memory leak
Date: Sat, 7 May 2011 09:34:50 +0100

On Fri, May 6, 2011 at 8:05 PM, Pedro Scarapicchia Junior
<address@hidden> wrote:
> At v9fs_walk_complete(), the memory allocated at v9fs_walk() is not being
> released leading system to crash due out of memory.
>
> This patch releases structure V9fsWalkState after v9fs_walk is complete.
>
> Signed-off-by: Pedro Scarapicchia Junior <address@hidden>
> ---
>  hw/9pfs/virtio-9p.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Thanks for this patch.  I suggest CCing Venkateswararao Jujjuri (JV)
<address@hidden>, the virtio-9p maintainer (see MAINTAINERS
file), on future patches so he can pick them up quickly.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]