Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftypes.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, 25 Nov 2003 13:25:31 -0600 (CST)
guy         2003/11/25 13:25:31 CST

  Modified files:
    epan/ftypes          ftypes.c 
  Log:
  Individual fvalue_t's aren't individually allocated with "g_malloc()",
  so they can't be freed with "g_free()"; keep a list of the chunks of
  "fvalue_t"s, which are whare are allocated with "g_malloc()", so we can
  free them all.
  
  Revision  Changes    Path
  1.14      +22 -10    ethereal/epan/ftypes/ftypes.c