Correct error on Windows

This commit is contained in:
German 2026-03-07 10:34:20 +00:00
parent 48dc8c1fdf
commit 72e6713adc

View File

@ -131,6 +131,7 @@ int ntsys_compile_asm(char* filename, char* asm_out) {
}
}
fclose(tmp);
fflush(fw);
free(st);
fclose(fp);
fclose(fw);