Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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: Thu, 6 Apr 2000 01:04:42 -0500 (CDT)
guy         2000/04/06 01:04:37 CDT

  Modified files:
    .                    file.c 
  Log:
  After destroying the mem chunk for the packet list, null out the pointer
  pointing to it, so that if we call "close_cap_file()" again, we don't
  try to destroy an already-destroyed mem chunk.
  
  Revision  Changes    Path
  1.179     +4 -2      ethereal/file.c