aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/epan.c b/epan/epan.c
index 5d159852d1..f59decee0e 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -82,8 +82,7 @@ epan_init(void (*register_all_protocols_func)(register_cb cb, gpointer client_da
report_read_failure, report_write_failure);
/* initialize memory allocation subsystem */
- ep_init_chunk();
- se_init_chunk();
+ emem_init();
/* initialize the GUID to name mapping table */
guids_init();