(init_alloc_once): Call init_weak_hash_tables.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 May 2008 02:46:04 +0000 (02:46 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 May 2008 02:46:04 +0000 (02:46 +0000)
src/alloc.c

index 0af89e7..031cb99 100644 (file)
@@ -6247,6 +6247,7 @@ init_alloc_once ()
   init_marker ();
   init_float ();
   init_intervals ();
+  init_weak_hash_tables ();
 
 #ifdef REL_ALLOC
   malloc_hysteresis = 32;