On Tue, Feb 20, 2024 at 07:41:24PM -0300, Fabiano Rosas wrote:
> +int file_send_channel_destroy(QIOChannel *ioc)
> +{
> + if (ioc) {
> + qio_channel_close(ioc, NULL);
> + }
> + g_free(outgoing_args.fname);
> + outgoing_args.fname = NULL;
Ah another thing: we may want to have file_cleanup_outgoing_migration()
from the 1st day if possible..
https://lore.kernel.org/all/[email protected]/
The other one was already in my queue, so feel free to rebase to
migration-next directly if before the next pull (I'll remember to push
soon; now it is in -staging).
Thanks,
--
Peter Xu