]> Git Repo - qemu.git/commitdiff
migration-test: Use g_free() instead of free()
authorJuan Quintela <[email protected]>
Mon, 20 Jan 2020 14:52:52 +0000 (15:52 +0100)
committerJuan Quintela <[email protected]>
Wed, 29 Jan 2020 10:28:59 +0000 (11:28 +0100)
Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
tests/qtest/migration-test.c

index 26e2e77289882cc8880ef06612fada5c34fe51e3..b6a74a05ceeb893b406f0fb03345e8c1dbc3e32a 100644 (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)
This page took 0.029785 seconds and 4 git commands to generate.