/[pspp]/pspp/src/str.c
ViewVC logotype

Diff of /pspp/src/str.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by blp, Tue Jun 7 07:20:50 2005 UTC revision 1.15 by blp, Sun Jun 12 21:58:10 2005 UTC
# Line 306  void Line 306  void
306  ds_destroy (struct string *st)  ds_destroy (struct string *st)
307  {  {
308    free (st->string);    free (st->string);
309    st->string = NULL;x    st->string = NULL;
310  }  }
311    
312  /* Truncates ST to zero length. */  /* Truncates ST to zero length. */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26