mcpp dependency possible leak fix proposal

This commit is contained in:
David Carlier 2020-01-26 18:52:14 +00:00
parent ba150e8659
commit a79a2a7fab

View File

@ -431,6 +431,8 @@ fatal_error_exit:
clear_filelist();
clear_symtable();
#endif
if (stdin_name != in_file)
free(in_file);
if (fp_in && fp_in != stdin)
fclose( fp_in);