summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/clifront.c')
-rw-r--r--src/emu/clifront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 8340b72f912..459b45d26eb 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -984,7 +984,7 @@ static void match_roms(const char *hash, int length, int *found)
mame_printf_info("= %s%-20s %s\n", baddump ? "(BAD) " : "", ROM_GETNAME(rom), drivers[drvindex]->description);
(*found)++;
}
-
+
machine_config_free(config);
}
}