Skip to content

Commit a6ee851

Browse files
committed
Move fclose from assrender_create to ass_read_matrix for proper file handling
1 parent 5168977 commit a6ee851

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)