mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
tests: fix virtio-9p-test leaks
Spotted by ASAN. Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
parent
3caab54d08
commit
2b880bcdbe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue