hw/arm/vexpress: Don't double-free flash filename
commit11f10cf8057dd5392171da061381f6c890b1e21d
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Apr 2015 09:52:14 +0000 (2 10:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Apr 2015 11:11:07 +0000 (2 12:11 +0100)
treea65bad55077819eb121c068630806e7280a2be46
parentc408d27a42318227092128b04cca555f78cf703d
hw/arm/vexpress: Don't double-free flash filename

Commits 6e05a12f8f7f and db25a1581 both attempt to fix the
same "failed to free memory containing flash filename" bug,
with the effect that when they were both applied we ended
up freeing the memory twice. Delete the spurious extra free.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1427968334-14527-1-git-send-email-peter.maydell@linaro.org
hw/arm/vexpress.c