From 93c46dde912e0f393989fd2a3e50dc0349be9631 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Sun, 27 Feb 2005 16:55:24 +0000 Subject: Several fixes to the stats_tree - Avoid creating a copy of every branch at reinitialization this used to cause some GTK warnings and a leakage of tree nodes - propperly check the optarg to avoid getting junk in the filter text this caused a crash svn path=/trunk/; revision=13534 --- epan/stats_tree_priv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/stats_tree_priv.h') diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h index 11472f6cd3..950c4bc1f5 100644 --- a/epan/stats_tree_priv.h +++ b/epan/stats_tree_priv.h @@ -77,7 +77,6 @@ struct _stats_tree { guint8* name; guint8* tapname; - /* is this realy needed? */ char* filter; /* times */ -- cgit v1.2.1