Wireshark-commits: [Wireshark-commits] rev 29656: /trunk/ /trunk/epan/dfilter/: dfilter.c /trunk/ep

Date: Tue, 01 Sep 2009 18:16:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29656

User: krj
Date: 2009/09/01 11:16 AM

Log:
 From Jakub Zawadzki via. Bug 3330:
 
 * Fix memleak (df->deprecated in dfilter_free())
 * Free protocol hash tables on cleanup.
 * Free protocols list on cleanup.
 * Free memory allocated by fgetline() in parse_services_file()
 
 From me:
 
 * proto.c: set gmc_hfinfo to NULL after free
 * proto.c: switch order of g_free() and g_list_remove() in proto_cleanup()

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +10 -0     dfilter.c     Modified

Directory: /trunk/epan/
  Changes    Path             Action
  +3 -3      addr_resolv.c    Modified
  +28 -4     proto.c          Modified

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      filter_dlg.c    Modified