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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 10 Nov 1999 13:48:03 -0600 (CST)
gram        1999/11/10 13:48:01 CST

  Modified files:
    wiretap              buffer.c file.c lanalyzer.c radcom.c 
                         wtap.c 
  Log:
  Fixed small memory leak in wiretap (frame_buffer wasn't being freed),
  and aligned g_malloc calls with g_free calls (i.e, we no longer mix-and-match
  C-library malloc with GLIB g_free, and vice-versa).
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/wiretap/buffer.c
  1.29      +9 -9      ethereal/wiretap/file.c
  1.18      +2 -2      ethereal/wiretap/lanalyzer.c
  1.14      +3 -3      ethereal/wiretap/radcom.c
  1.29      +6 -1      ethereal/wiretap/wtap.c