Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap pppdump.c wtap-int.h

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2001 23:49:13 -0600 (CST)
gram        2001/12/12 23:49:13 CST

  Modified files:
    wiretap              pppdump.c wtap-int.h 
  Log:
  Don't leak memory when closing a pppdump trace file.
  The second argument to g_ptr_array_free() does not indicate to
  glib to free the objects that the pointers in the GPtrArray refer to,
  but simply whether or not the free the block of pointers.  We have
  to free the objects ourselves.
  
  Revision  Changes    Path
  1.11      +6 -2      ethereal/wiretap/pppdump.c
  1.18      +6 -1      ethereal/wiretap/wtap-int.h