aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/vexpress.c
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2015-03-05 10:58:32 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2015-03-19 11:11:55 +0300
commit6e05a12f8f7f32a3fecbeb0c572d549a5f6e9177 (patch)
tree32b8b7e4255cb5efdb4c8ab354efd02a19cc3c55 /hw/arm/vexpress.c
parent293811f6c1630e3b37aa9d214c6596ce854ab2c7 (diff)
downloadqemu-6e05a12f8f7f32a3fecbeb0c572d549a5f6e9177.zip
qemu-6e05a12f8f7f32a3fecbeb0c572d549a5f6e9177.tar.gz
qemu-6e05a12f8f7f32a3fecbeb0c572d549a5f6e9177.tar.bz2
arm: fix memory leak
Cc: Michael Tokarev <mjt@tls.msk.ru> Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/arm/vexpress.c')
-rw-r--r--hw/arm/vexpress.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c
index 8496c16..e9a7ced 100644
--- a/hw/arm/vexpress.c
+++ b/hw/arm/vexpress.c
@@ -562,7 +562,7 @@ static void vexpress_common_init(MachineState *machine)
* If a bios file was provided, attempt to map it into memory
*/
if (bios_name) {
- const char *fn;
+ char *fn;
if (drive_get(IF_PFLASH, 0, 0)) {
error_report("The contents of the first flash device may be "
@@ -576,6 +576,7 @@ static void vexpress_common_init(MachineState *machine)
error_report("Could not load ROM image '%s'", bios_name);
exit(1);
}
+ g_free(fn);
}
/* Motherboard peripherals: the wiring is the same but the