summaryrefslogtreecommitdiff
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/packet.c b/epan/packet.c
index b8bd6a38e8..de0a84854a 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -320,11 +320,6 @@ init_dissection(void)
void
cleanup_dissection(void)
{
- /* Cleanup the table of conversations. Do this before freeing seasonal
- * memory (at least until conversation's use of g_slist is changed).
- */
- epan_conversation_cleanup();
-
/* Cleanup the table of circuits. */
epan_circuit_cleanup();