aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-10-08 15:12:45 +0000
committerEvan Huus <eapache@gmail.com>2012-10-08 15:12:45 +0000
commit92c3bc0228b40742c079a03b41f2b25d3e8591d6 (patch)
treef5cce9e6c9c9a76fed70c306f0ce423ccd6db2b2 /epan/column-utils.h
parent2c181db864e397194a51aff1e7f520264bb30be5 (diff)
Don't leak all of our column data in packet_list_recreate (I think we still leak
some of it?). Maybe part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775 svn path=/trunk/; revision=45388
Diffstat (limited to 'epan/column-utils.h')
-rw-r--r--epan/column-utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/column-utils.h b/epan/column-utils.h
index 51c8e0b657..891d1cf2f8 100644
--- a/epan/column-utils.h
+++ b/epan/column-utils.h
@@ -39,6 +39,12 @@ extern "C" {
* Helper routines for column utility structures and routines.
*/
+/** Cleanup all the data structures for constructing column data
+ *
+ * Internal, don't use this in dissectors!
+ */
+extern void col_cleanup(column_info *cinfo);
+
/** Allocate all the data structures for constructing column data, given
* the number of columns.
*