aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-06-24 01:54:19 +0200
committerMichael Mann <mmann78@netscape.net>2015-07-03 23:10:22 +0000
commitd52837d10dd63827acb6f42af7f32ca82fb1fe21 (patch)
tree0a16917ecfa97274673da41fb2ade214fbf784d0 /debian
parentfdb85029fd9b22b221f7123905f1bad66c04ce91 (diff)
packet: add cleanup routines support
Currently reassembly tables are not freed on shutdown. This makes memleak debugging more difficult due to noise. Support cleanup routines that can do smarter things. After this change, "init" routines are not called anymore when closing files. Further changes should split init routines to cleanup routines as needed. Change-Id: Ib0b2cef6dd9c16905259063ac2c2fdfb7e066be6 Reviewed-on: https://code.wireshark.org/review/9135 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 97ff468236..38a6456f40 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -1102,6 +1102,7 @@ libwireshark.so.0 libwireshark0 #MINVER#
register_giop_user_module@Base 1.9.1
register_heur_dissector_list@Base 1.9.1
register_init_routine@Base 1.9.1
+ register_cleanup_routine@Base 1.99.8
register_postdissector@Base 1.9.1
register_postseq_cleanup_routine@Base 1.9.1
register_rtd_table@Base 1.99.8