]> git.proxmox.com Git - qemu.git/commit - migration.c
migration: use qemu_free() instead of free().
authorYoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Wed, 9 Jun 2010 05:44:31 +0000 (14:44 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 14 Jun 2010 20:46:28 +0000 (15:46 -0500)
commitfaa1f8ddc18fe30257f2ed6c378fce848b159dab
treeb3340ebc3928d6ff35ce5780d3882b0fcb4b25cb
parentf2fcffbbe8d7d2720a5ce992dedbf328be25c03a
migration: use qemu_free() instead of free().

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