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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Jun 2002 16:56:46 -0500 (CDT)
guy         2002/06/04 16:56:46 CDT

  Modified files:
    wiretap              ngsniffer.c 
  Log:
  The "sequential_close" routine for a capture file type, if it has one,
  is always called before the "close" routine is called, so the "close"
  routine doesn't need to free anything that's freed by the
  "sequential_close" routine.
  
  Revision  Changes    Path
  1.81      +5 -3      ethereal/wiretap/ngsniffer.c