aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2015-02-27 15:50:13 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2015-03-10 08:15:34 +0300
commitd71cdbfd540d91a6ae0005e59abfd782c424b07a (patch)
tree901ca21331f804239d4cc18a35e9ffc4a8be664a /hw/sparc
parent9d0b65e6e8f255dd86630a6873b3859fb6a5477f (diff)
sparc/leon3.c: fix memory leak
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/sparc')
-rw-r--r--hw/sparc/leon3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c
index 751392e137..e41ec0bf3a 100644
--- a/hw/sparc/leon3.c
+++ b/hw/sparc/leon3.c
@@ -186,6 +186,7 @@ static void leon3_generic_hw_init(MachineState *machine)
fprintf(stderr, "Can't read bios image %s\n", filename);
exit(1);
}
+ g_free(filename);
/* Can directly load an application. */
if (kernel_filename != NULL) {