/[global]/global/libutil/strhash.c
ViewVC logotype

Diff of /global/libutil/strhash.c

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

revision 1.2 by h-iwamoto, Tue Oct 11 01:58:05 2005 UTC revision 1.3 by h-iwamoto, Tue Oct 18 18:13:01 2005 UTC
# Line 211  void Line 211  void
211  strhash_close(STRHASH *sh)  strhash_close(STRHASH *sh)
212  {  {
213          strhash_reset(sh);          strhash_reset(sh);
214            obstack_free(&sh->pool, NULL);
215          free(sh->htab);          free(sh->htab);
216          free(sh);          free(sh);
217  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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