From 5ac58e4c9355b638a249d55fdffa03e39cf1db03 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 15 May 2008 02:46:04 +0000 Subject: [PATCH] (init_alloc_once): Call init_weak_hash_tables. --- src/alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alloc.c b/src/alloc.c index 0af89e75ea9..031cb99b674 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -6247,6 +6247,7 @@ init_alloc_once () init_marker (); init_float (); init_intervals (); + init_weak_hash_tables (); #ifdef REL_ALLOC malloc_hysteresis = 32; -- 2.39.2