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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 29 Jul 2003 15:30:01 -0500 (CDT)
guy         2003/07/29 15:30:01 CDT

  Modified files:
    wiretap              lanalyzer.c 
  Log:
  Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"
  does it for you.
  
  "wdh->dump.opaque" should never be null, so unconditionally call
  "lanalyzer_dump_header()".
  
  Revision  Changes    Path
  1.39      +2 -6      ethereal/wiretap/lanalyzer.c