Skip to content

Commit 2194766

Browse files
authored
Merge pull request #56 from seiya-dev/dev
Remove unnecessary fclose call from ass_read_matrix function
2 parents 5168977 + a6ee851 commit 2194766

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/assrender.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ AVS_Value AVSC_CC assrender_create(AVS_ScriptEnvironment* env, AVS_Value args,
345345
fp = open_utf8_filename(f, "r");
346346
if (fp) {
347347
ass_read_matrix(fp, tmpcsp);
348-
fclose(fp);
349348
}
350349
}
351350

0 commit comments

Comments
 (0)