mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
(GX) fix dangling file handle
This commit is contained in:
parent
5eabddcb8a
commit
1763bcfa7a
@ -81,6 +81,7 @@ static void rarch_console_exec(const char *path)
|
||||
if (!dol)
|
||||
{
|
||||
RARCH_ERR("Could not execute DOL file %s.\n", path);
|
||||
fclose(fp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user