Fix qemu_free use in nand.c
commit5f6eab3f10770984cf73cb4326e27bea0b799e71
authorJean-Christophe DUBOIS <jcd@tribudubois.net>
Sun, 15 Nov 2009 18:18:15 +0000 (15 19:18 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 2 Dec 2009 14:57:42 +0000 (2 08:57 -0600)
tree9d9e7c6162a7587cf3f696b04795846dcc06ebf9
parent49cd8046dd773c725b2fabe3ebb5ebc85aec0d18
Fix qemu_free use in nand.c

nand.c is using free() instead of qemu_free().
Fix it.

Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/nand.c