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:
Juan Quintela 2020-01-20 15:52:52 +01:00
parent 4c60e32898
commit 334d15d504
1 changed files with 1 additions and 1 deletions

View File

@ -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)