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@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 27 May 2001 16:33:17 -0500 (CDT)
guy         2001/05/27 16:33:17 CDT

  Modified files:
    .                    file.c 
  Log:
  Plug a memory leak (we weren't freeing the "epan_dissect_t" pointed to
  by the "edt" member of a "capture_file" structure if we were selecting a
  new frame, we were just overwriting that pointer).
  
  Update Gerald's e-mail address.
  
  Revision  Changes    Path
  1.237     +10 -3     ethereal/file.c