On Mon, Feb 02, 2026 at 07:41:01PM -0300, Fabiano Rosas wrote: > Use the recently introduced migrate_params_free routine at > migration_instance_finalize() so that newly added pointers are already > freed by default. > > Special case: The TLS options are currently the only pointers that > also have a qdev property implementation, so they will be freed by > qdev using the .release method. Update the method so that a second > invocation of qapi_free_StrOrNull doesn't assert. > > Signed-off-by: Fabiano Rosas <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
