coreio file handle leak in cdi image reader

This commit is contained in:
Flyinghead 2018-10-29 16:45:49 +01:00
parent 7bb00a339f
commit bffccac5a6
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ Disc* cdi_parse(const wchar* file)
image.remaining_sessions--;
}
core_fclose(fsource);
rv->type=GuessDiscType(CD_M1,CD_M2,CD_DA);