aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-12 08:51:08 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-12 08:51:08 +0000
commit055e2596d970477a6afdae55b1c570d74565e232 (patch)
treedcd726d023398e2a6ad5f1c40fc6b19db81014ec /tethereal.c
parent960f9cb5e7e95435f6550a5af22529fef4ee8b35 (diff)
Add beginning of seasonal allocation in addition to the existing ephemeral ones.
svn path=/trunk/; revision=15301
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tethereal.c b/tethereal.c
index c25ee5a09c..bb8c608800 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -654,6 +654,7 @@ main(int argc, char *argv[])
/* initialize memory allocation subsystem */
ep_init_chunk();
+ se_init_chunk();
#ifdef HAVE_LIBPCAP
capture_opts_init(&capture_opts, NULL /* cfile */);