* Juan Quintela ([email protected]) wrote: > Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]> > --- > tests/qtest/migration-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c > index 26e2e77289..b6a74a05ce 100644 > --- a/tests/qtest/migration-test.c > +++ b/tests/qtest/migration-test.c > @@ -1291,7 +1291,7 @@ static void test_multifd_tcp(void) > wait_for_serial("dest_serial"); > wait_for_migration_complete(from); > test_migrate_end(from, to, true); > - free(uri); > + g_free(uri); > } > > int main(int argc, char **argv) > -- > 2.24.1 > -- Dr. David Alan Gilbert / [email protected] / Manchester, UK
