OSDN Git Service

vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
authorSi-Wei Liu <si-wei.liu@oracle.com>
Sat, 7 May 2022 02:28:14 +0000 (19:28 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 16 May 2022 20:15:40 +0000 (16:15 -0400)
commit9bd055073e375c8a0d7ebce925e05d914d69fc7f
tree2bf47a4b868298f38cd9617df62a078dd630b44b
parent68b0a6395f36a8f48f56f46d05f30be2067598b0
vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa

... such that no memory leaks on dangling net clients in case of
error.

Signed-off-by: Si-Wei Liu <si-wei.liu@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <1651890498-24478-4-git-send-email-si-wei.liu@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vhost-vdpa.c