changeset 94993:b0b4e9fbfb37

(init_alloc_once): Call init_weak_hash_tables.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 15 May 2008 02:46:04 +0000
parents 05fbecb52ee0
children 29adfc9354e7
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Thu May 15 02:45:44 2008 +0000
+++ b/src/alloc.c	Thu May 15 02:46:04 2008 +0000
@@ -6247,6 +6247,7 @@
   init_marker ();
   init_float ();
   init_intervals ();
+  init_weak_hash_tables ();
 
 #ifdef REL_ALLOC
   malloc_hysteresis = 32;