From 7bcb1deca79b3ebdc314dfd3cdaf099e8ea9db44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 19 Dec 1999 03:02:46 -0800 Subject: [PATCH] bugfix Rev: src/block_alloc.h:1.14 --- src/block_alloc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/block_alloc.h b/src/block_alloc.h index 6f06906487..408f6e2c27 100644 --- a/src/block_alloc.h +++ b/src/block_alloc.h @@ -1,4 +1,4 @@ -/* $Id: block_alloc.h,v 1.13 1999/10/23 06:51:22 hubbe Exp $ */ +/* $Id: block_alloc.h,v 1.14 1999/12/19 11:02:46 hubbe Exp $ */ #undef PRE_INIT_BLOCK #undef INIT_BLOCK #undef EXIT_BLOCK @@ -247,6 +247,7 @@ void PIKE_CONCAT3(exit_,DATA,_hash)(void) \ PIKE_CONCAT3(free_all_,DATA,_blocks)(); \ free(PIKE_CONCAT(DATA,_hash_table)); \ PIKE_CONCAT(DATA,_hash_table)=0; \ + PIKE_CONCAT(num_,DATA)=0; \ } #define BLOCK_ALLOC_NEXT next -- GitLab