projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fcffb
)
migration: use qemu_free() instead of free().
author
Yoshiaki Tamura
<tamura.yoshiaki@lab.ntt.co.jp>
Wed, 9 Jun 2010 05:44:31 +0000
(14:44 +0900)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 14 Jun 2010 20:46:28 +0000
(15:46 -0500)
Although there is no difference, other migration related code use
qemu_free(), and it should be better to be consistent.
Signed-off-by: Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c
patch
|
blob
|
blame
|
history
diff --git
a/migration.c
b/migration.c
index fbf23399e5e855de7bbdd4b78d8af4c97801dcef..64ed36e5e6cdfd93e34f1e286c08f59f5e2b559a 100644
(file)
--- a/
migration.c
+++ b/
migration.c
@@
-396,7
+396,7
@@
void migrate_fd_release(MigrationState *mig_state)
s->state = MIG_STATE_CANCELLED;
migrate_fd_cleanup(s);
}
- free(s);
+
qemu_
free(s);
}
void migrate_fd_wait_for_unfreeze(void *opaque)
This page took
0.02763 seconds
and
4
git commands to generate.