Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 3 Dec 1999 23:37:41 -0600 (CST)
guy         1999/12/03 23:37:39 CST

  Modified files:
    wiretap              file.c 
  Log:
  Null out the "pointer to private data" member of a "wtap_dumper"
  structure before calling the "dump_open" routine for the file type; it
  either has to be null or point to something that can be freed, as the
  dump close routine frees what it points to if it's not null.
  
  Revision  Changes    Path
  1.32      +2 -1      ethereal/wiretap/file.c