qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/8] virtiofds: Changed allocations of iovec to GLib's functi


From: Stefan Hajnoczi
Subject: Re: [PATCH 2/8] virtiofds: Changed allocations of iovec to GLib's functions
Date: Tue, 23 Mar 2021 13:57:05 +0000

On Fri, Mar 19, 2021 at 03:25:21PM +0200, Mahmoud Mandour wrote:
> @@ -629,9 +628,6 @@ int fuse_reply_ioctl_retry(fuse_req_t req, const struct 
> iovec *in_iov,
>  
>      res = send_reply_iov(req, 0, iov, count);
>  out:
> -    free(in_fiov);
> -    free(out_fiov);
> -
>      return res;
>  
>  enomem:

This hunk doesn't seem related to anything in this patch. Was it
included accidentally?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]