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

From-SVN: r31554
This commit is contained in:
Zack Weinberg 2000-01-22 00:40:49 +00:00 committed by Zack Weinberg
parent 8a9220959f
commit 84c70deca5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -643,7 +643,6 @@ FIX_PROC_HEAD( machine_name_fix )
}
done:
fputs (text, stdout);
free (scratch);
}