]> git.proxmox.com Git - qemu.git/blobdiff - hw/ppc405_boards.c
usb-ehci: split trace calls to handle arg count limits
[qemu.git] / hw / ppc405_boards.c
index 9abede7e051cb50b9e8da6601b34817d87faa94e..ad2718102f8edc6194ea97b924243414f8c3a43f 100644 (file)
@@ -560,6 +560,7 @@ static void taihu_405ep_init(ram_addr_t ram_size,
         filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);
         if (filename) {
             bios_size = load_image(filename, qemu_get_ram_ptr(bios_offset));
+            qemu_free(filename);
         } else {
             bios_size = -1;
         }