- Changed the file-list allocation to alloc all the memory we need
authorWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 05:06:36 +0000 (05:06 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 05:06:36 +0000 (05:06 +0000)
  with one call, not with several mallocs and strdups.
- Got rid of string_area() stuff (as suggested in the "@todo").
- Enhanced free_file() to optionally free the whole struct or to
  clear it (since we don't need to do both).
- Don't zero out the other flist data when we're about to free it.


No differences found