This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fixincludes: patch for obvious thinko


'scratch' isn't malloced anymore.

zw

	* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.

===================================================================
Index: fixinc/fixfixes.c
--- fixinc/fixfixes.c	2000/01/20 18:25:12	1.8
+++ fixinc/fixfixes.c	2000/01/22 00:38:40
@@ -643,7 +643,6 @@ FIX_PROC_HEAD( machine_name_fix )
     }
  done:
   fputs (text, stdout);
-  free (scratch);
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]