mirror of
https://github.com/qemu/qemu.git
synced 2025-08-08 08:05:17 +00:00
migration-test: Use g_free() instead of free()
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
4c60e32898
commit
334d15d504
@ -1291,7 +1291,7 @@ static void test_multifd_tcp(void)
|
|||||||
wait_for_serial("dest_serial");
|
wait_for_serial("dest_serial");
|
||||||
wait_for_migration_complete(from);
|
wait_for_migration_complete(from);
|
||||||
test_migrate_end(from, to, true);
|
test_migrate_end(from, to, true);
|
||||||
free(uri);
|
g_free(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user