projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c60e32
)
migration-test: Use g_free() instead of free()
author
Juan Quintela
<quintela@redhat.com>
Mon, 20 Jan 2020 14:52:52 +0000
(15:52 +0100)
committer
Juan Quintela
<quintela@redhat.com>
Wed, 29 Jan 2020 10:28:59 +0000
(11:28 +0100)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/qtest/migration-test.c
patch
|
blob
|
history
diff --git
a/tests/qtest/migration-test.c
b/tests/qtest/migration-test.c
index 26e2e77289882cc8880ef06612fada5c34fe51e3..b6a74a05ceeb893b406f0fb03345e8c1dbc3e32a 100644
(file)
--- 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)