On Tue,  7 Feb 2017 17:52:04 +0400
Marc-André Lureau <marcandre.lur...@redhat.com> wrote:

> Spotted by ASAN.
> 
> Cc: "Aneesh Kumar K.V" <aneesh.ku...@linux.vnet.ibm.com>
> Cc: Greg Kurz <gr...@kaod.org>
> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
> ---

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 <gr...@kaod.org>

>  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