* cplus-dem.c (mop_up): Set work->previous_argument to NULL after freeing it.

From-SVN: r24664
This commit is contained in:
Ulrich Drepper 1999-01-14 12:09:46 +00:00
parent 2363489cfd
commit 38beb75c54
1 changed files with 35 additions and 30 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org)
* cplus-dem.c (mop_up): Set work->previous_argument to NULL after
freeing it.
Wed Jan 13 14:16:36 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.