From b54c43801112711dcba341f3eb4701678a0e1916 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 9 Feb 2017 12:28:14 -0500 Subject: Convert conversation hash tables to use wmem. Simplifies cleanup because wmem can handle the memory cleanup. Change-Id: Idc6a9bfe5f23c83b59a5278a64b9fb706862342d Reviewed-on: https://code.wireshark.org/review/20042 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/epan.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index 3a1e742d14..f809c117f9 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -113,7 +113,6 @@ void epan_cleanup(void); * value indicating to which flow the packet belongs. */ void epan_conversation_init(void); -void epan_conversation_cleanup(void); /** * Initialize the table of circuits. Circuits are identified by a -- cgit v1.2.3