(GX) fix dangling file handle

This commit is contained in:
ToadKing 2013-01-19 14:26:55 -05:00
parent 5eabddcb8a
commit 1763bcfa7a

View File

@ -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;
}