X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=drivers%2Fnet%2Fvirtio%2Fvirtio_user_ethdev.c;fp=drivers%2Fnet%2Fvirtio%2Fvirtio_user_ethdev.c;h=e9af946e89197ac9fcc3ac2213673472978ec65c;hp=280406c02811856ef17bdd9cc41ef232e5ff00d5;hb=7555c20f2c2df8dbcf648e97a7005966048a0353;hpb=76f89ef557ff345dfa606e797e1765404babce56 diff --git a/drivers/net/virtio/virtio_user_ethdev.c b/drivers/net/virtio/virtio_user_ethdev.c index 280406c0..e9af946e 100644 --- a/drivers/net/virtio/virtio_user_ethdev.c +++ b/drivers/net/virtio/virtio_user_ethdev.c @@ -556,7 +556,6 @@ virtio_user_pmd_remove(struct rte_vdev_device *vdev) virtio_user_dev_uninit(dev); rte_free(eth_dev->data->dev_private); - rte_free(eth_dev->data); rte_eth_dev_release_port(eth_dev); return 0;