hw/arm/virt: Fix corruption due to double free
commitc408d27a42318227092128b04cca555f78cf703d
authorShannon Zhao <shannon.zhao@linaro.org>
Thu, 2 Apr 2015 03:07:06 +0000 (2 11:07 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Apr 2015 11:10:36 +0000 (2 12:10 +0100)
treef09b3138c31793e80f342648195282cf786635da
parent289494da25c5d6270e66a40267fd761ee8f54a90
hw/arm/virt: Fix corruption due to double free

As 4de9a88(hw/arm/virt: Fix memory leak reported by Coverity)
and 6e05a12(arm: fix memory leak) both handle the memory leak
reported by Coverity, this cause qemu corruption due to
double free.

Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1427944026-8968-1-git-send-email-zhaoshenglong@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c