Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.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: Fri, 2 Nov 2001 21:49:35 -0600 (CST)
guy         2001/11/02 21:49:34 CST

  Modified files:
    epan                 tvbuff.c 
  Log:
  TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so their
  "ds_name"s shouldn't be freed when the tvbuff is freed.  (Thanks and a
  tip of the Hatlo hat to the FreeBSD memory allocator for complaining
  about multiple frees of the same string.)
  
  Revision  Changes    Path
  1.24      +11 -5     ethereal/epan/tvbuff.c