aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-27 16:55:24 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-27 16:55:24 +0000
commit79fd23e8c7c5cf34fc97237be434278dba58aa15 (patch)
tree10e8a934441d70617b5b64fd760887800706176f /epan/stats_tree_priv.h
parent68e1040a4b2a74e3d9cf2467905db69997eca6b9 (diff)
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13534 f5534014-38df-0310-8fa8-9805f1628bb7
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 */