aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-18 13:26:12 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-18 21:28:04 +0000
commit7940bbc192d91ee156dda5a91cd7dca754836882 (patch)
tree8623ea4d5f5f1b6beb75ab92d455529ba8929b9c /epan/packet.c
parentd2d4cf27e60abea9ace02f125fc5c398103c8884 (diff)
Nobody uses se_ allocations, so remove the code for them.
Don't check for se_ routines in checkAPIs; the failure to compile or link will suffice to catch attempts to use them. Update comments in another test script to reflect the disappearance of the session allocator. Change-Id: If50d953c7130f48b696bc2dd9d327bea2af49bd4 Reviewed-on: https://code.wireshark.org/review/6638 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 3baa13752f..2311785677 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -229,9 +229,6 @@ call_init_routine(gpointer routine, gpointer dummy _U_)
void
init_dissection(void)
{
- /* Reclaim and reinitialize all memory of seasonal scope */
- se_free_all();
-
wmem_enter_file_scope();
/*
@@ -264,9 +261,6 @@ cleanup_dissection(void)
*/
epan_conversation_cleanup();
- /* Reclaim all memory of seasonal scope */
- se_free_all();
-
/* Cleanup the table of circuits. */
epan_circuit_cleanup();