We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5168977 commit acb83ffCopy full SHA for acb83ff
1 file changed
src/sub.c
@@ -19,8 +19,6 @@ void ass_read_matrix(FILE* fh, char* csp) {
19
if (!strcmp(buf, "[Events]"))
20
break;
21
}
22
-
23
- fclose(fh);
24
25
26
ASS_Track* parse_srt(FILE* fh, udata* ud, const char* srt_font)
0 commit comments