Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter dfvm.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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2001 23:55:23 -0600 (CST)
gram        2001/12/12 23:55:23 CST

  Modified files:
    epan/dfilter         dfvm.c 
  Log:
  Plug a really bad memory leak. The GPtrArrays of field_info's that
  are created for every tested field for every tested packet during
  a dfilter run were not being destroyed.
  
  Revision  Changes    Path
  1.4       +2 -1      ethereal/epan/dfilter/dfvm.c