Commit 84c70dec by Zack Weinberg Committed by Zack Weinberg

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

From-SVN: r31554
parent 8a922095
2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
2000-01-21 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
......
......@@ -643,7 +643,6 @@ FIX_PROC_HEAD( machine_name_fix )
}
done:
fputs (text, stdout);
free (scratch);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment