Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1477 from reicast/baka/cdi_leak
Browse files Browse the repository at this point in the history
CDI: coreio file handle leak in cdi image reader
  • Loading branch information
dmiller423 committed Jan 3, 2019
2 parents 9410e37 + f20e4d8 commit 6936bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/imgread/cdi.cpp
Expand Up @@ -159,6 +159,7 @@ Disc* cdi_parse(const wchar* file)

image.remaining_sessions--;
}
core_fclose(fsource);

rv->type=GuessDiscType(CD_M1,CD_M2,CD_DA);

Expand Down

0 comments on commit 6936bc2

Please sign in to comment.