summaryrefslogtreecommitdiff
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-27 16:55:24 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-27 16:55:24 +0000
commit93c46dde912e0f393989fd2a3e50dc0349be9631 (patch)
tree10e8a934441d70617b5b64fd760887800706176f /epan/stats_tree_priv.h
parentf2375c312737476024e659fa6d965a4c0580ed50 (diff)
downloadwireshark-93c46dde912e0f393989fd2a3e50dc0349be9631.tar.gz
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
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h1
1 files changed, 0 insertions, 1 deletions
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 */