Skip to content

Commit 37c7cdf

Browse files
committed
ogg: Remove sceIoClose from exit function as it is handled by ov_clear
1 parent 5de0fff commit 37c7cdf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/source/audio/ogg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,5 @@ namespace OGG {
133133
void Exit(void) {
134134
samples_read = 0;
135135
ov_clear(&ogg);
136-
sceIoClose(ogg_file);
137136
}
138137
}

0 commit comments

Comments
 (0)