pet...@redhat.com writes: > From: Peter Xu <pet...@redhat.com> > > outgoing_args is a global cache of socket address to be reused in multifd. > Freeing the cache in per-channel destructor is more or less a hack. Move > it to multifd_send_cleanup_state() so it only get checked once. Use a > small helper to do so because it's internal of socket.c. > > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>