aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-11-21 00:30:36 +0000
committerGuy Harris <guy@alum.mit.edu>2006-11-21 00:30:36 +0000
commita22101f8f017b1834d72bcee4eccf84235016b10 (patch)
treea94482b5707a5739b5634bd4550d7e4dd5e1b9d0 /tshark.c
parentb0640ceefc0716b2b2b70a835dbbd97ad7fb2ec9 (diff)
We also need the memory allocation subsystem initialized in anything
that uses libwireshark. svn path=/trunk/; revision=19940
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tshark.c b/tshark.c
index 9adaf863dc..1163ac57c6 100644
--- a/tshark.c
+++ b/tshark.c
@@ -738,10 +738,6 @@ main(int argc, char *argv[])
log_flags,
log_func_ignore, NULL /* user_data */);
- /* initialize memory allocation subsystem */
- ep_init_chunk();
- se_init_chunk();
-
initialize_funnel_ops();
#ifdef HAVE_LIBPCAP