qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 21/28] tests: fix virtio-9p-test leaks


From: Greg Kurz
Subject: Re: [Qemu-devel] [PATCH 21/28] tests: fix virtio-9p-test leaks
Date: Tue, 7 Feb 2017 17:43:05 +0100

On Tue,  7 Feb 2017 17:52:04 +0400
Marc-André Lureau <address@hidden> wrote:

> Spotted by ASAN.
> 
> Cc: "Aneesh Kumar K.V" <address@hidden>
> Cc: Greg Kurz <address@hidden>
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---

I was a bit confused at first but hopefully I could find the definition of
qvirtio_pci_device_free() in patch 08/28 :)

Reviewed-by: Greg Kurz <address@hidden>

>  tests/virtio-9p-test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/virtio-9p-test.c b/tests/virtio-9p-test.c
> index 9556291567..43a1ad813f 100644
> --- a/tests/virtio-9p-test.c
> +++ b/tests/virtio-9p-test.c
> @@ -80,7 +80,7 @@ static void qvirtio_9p_pci_stop(QVirtIO9P *v9p)
>  {
>      qvirtqueue_cleanup(v9p->dev->bus, v9p->vq, v9p->qs->alloc);
>      qvirtio_pci_device_disable(container_of(v9p->dev, QVirtioPCIDevice, 
> vdev));
> -    g_free(v9p->dev);
> +    qvirtio_pci_device_free((QVirtioPCIDevice *)v9p->dev);
>      qvirtio_9p_stop(v9p);
>  }
>  




reply via email to

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