We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5168977 + a6ee851 commit 2194766Copy full SHA for 2194766
1 file changed
src/assrender.c
@@ -345,7 +345,6 @@ AVS_Value AVSC_CC assrender_create(AVS_ScriptEnvironment* env, AVS_Value args,
345
fp = open_utf8_filename(f, "r");
346
if (fp) {
347
ass_read_matrix(fp, tmpcsp);
348
- fclose(fp);
349
}
350
351
0 commit comments