Apply patches from debian libmcpp
This commit is contained in:
@@ -428,16 +428,11 @@ int main
|
||||
|
||||
fatal_error_exit:
|
||||
#if MCPP_LIB
|
||||
/* Free malloced memory */
|
||||
if (mcpp_debug & MACRO_CALL) {
|
||||
if (in_file != stdin_name)
|
||||
free( in_file);
|
||||
}
|
||||
clear_filelist();
|
||||
clear_symtable();
|
||||
#endif
|
||||
|
||||
if (fp_in != stdin)
|
||||
if (fp_in && fp_in != stdin)
|
||||
fclose( fp_in);
|
||||
if (fp_out != stdout)
|
||||
fclose( fp_out);
|
||||
|
||||
Reference in New Issue
Block a user