On Wed, Jun 23, 2021 at 05:00:16PM +0200, Stefano Garzarella wrote:
> On Mon, Jun 21, 2021 at 12:16:38PM +0800, Jason Wang wrote:
> > Fixes: 1e0a84ea49b68 ("vhost-vdpa: introduce vhost-vdpa net client")
> > Signed-off-by: Jason Wang <[email protected]>
> > ---
> > net/vhost-vdpa.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
> > index f5689a7c32..21f09c546f 100644
> > --- a/net/vhost-vdpa.c
> > +++ b/net/vhost-vdpa.c
> > @@ -111,6 +111,7 @@ static int vhost_vdpa_add(NetClientState *ncs, void *be)
> > err:
> > if (net) {
This check is redundant. net is not null.
> > vhost_net_cleanup(net);
> > + g_free(net);
> > }
> > return -1;
> > }
> > --
> > 2.25.1
> >
> >
>
> Reviewed-by: Stefano Garzarella <[email protected]>
> - [PATCH 00/18] vhost-vDPA multiqueue Jason Wang
- [PATCH 01/18] vhost_net: remove the meaningless as... Jason Wang
- [PATCH 03/18] vhost_net: do not assume nvqs is alw... Jason Wang
- Re: [PATCH 03/18] vhost_net: do not assume nvq... Stefano Garzarella
- Re: [PATCH 03/18] vhost_net: do not assume nvq... Eli Cohen
- [PATCH 06/18] vhost-vdpa: fix leaking of vhost_net... Jason Wang
- Re: [PATCH 06/18] vhost-vdpa: fix leaking of v... Stefano Garzarella
- Re: [PATCH 06/18] vhost-vdpa: fix leaking ... Eli Cohen
- Re: [PATCH 06/18] vhost-vdpa: fix leak... Jason Wang
- Re: [PATCH 06/18] vhost-vdpa: fix... Eli Cohen
- Re: [PATCH 06/18] vhost-vdpa: fix leaking ... Eli Cohen
- Re: [PATCH 06/18] vhost-vdpa: fix leak... Jason Wang
- [PATCH 05/18] vhost-vdpa: don't cleanup twice in v... Jason Wang
- Re: [PATCH 05/18] vhost-vdpa: don't cleanup tw... Stefano Garzarella
- [PATCH 02/18] vhost: use unsigned int for nvqs Jason Wang
- [PATCH 10/18] vhost-vdpa: open device fd in net_in... Jason Wang
- Re: [PATCH 10/18] vhost-vdpa: open device fd i... Stefano Garzarella
