On Thu, Aug 01, 2024 at 02:41:00PM -0300, Fabiano Rosas wrote: > The QIOChannelFile object already has its reference decremented by > g_autoptr. Trying to unref an extra time causes: > > ERROR:../qom/object.c:1241:object_unref: assertion failed: (obj->ref > 0) > > Fixes: a701c03dec ("migration: Drop reference to QIOChannel if file seeking > fails") > Fixes: 6d3279655a ("migration: Fix file migration with fdset") > Reported-by: Jim Fehlig <jfeh...@suse.com> > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Ouch.. Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu