Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tcp.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: Sat, 23 Feb 2002 20:59:31 -0600 (CST)
guy         2002/02/23 20:59:31 CST

  Modified files:
    .                    packet-tcp.c 
  Log:
  Free all the stuff pointed to by elements in the "tcp_segment_table"
  hash table before freeing the memory chunks for those elements.
  
  Destroy that hash table when we're done, and set the pointer to it to
  null so that we'll reallocate it.
  
  Revision  Changes    Path
  1.134     +16 -10    ethereal/packet-tcp.c