aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-03 23:24:48 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-03 23:24:48 +0000
commitb1599d53b39c02b14ac9b945caf094ecc0eff644 (patch)
treedb336e5c9326f8a93c5c0d030154488c59acea8b /color_filters.h
parent1d64f83cdc06205756667c9d189d78e9849c5749 (diff)
fix the memory leak problem mentioned lately by adding and using color_filters_cleanup()
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19422 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index b9b7d788b8..beceea5ea2 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -48,7 +48,8 @@ typedef struct _color_filter {
/** Init the color filters (incl. initial read from file). */
void color_filters_init(void);
-
+/** Cleanup remaining color filter zombies */
+void color_filters_cleanup(void);
/** Color filters currently used?
*