From 7929b4642d0913205a5e4fa14996dcfab98b0841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 14 Apr 1998 12:04:05 -0700 Subject: [PATCH] bugfix Rev: src/main.c:1.49 --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index c9727a0786..ac08d75cc5 100644 --- a/src/main.c +++ b/src/main.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: main.c,v 1.48 1998/04/13 14:21:28 grubba Exp $"); +RCSID("$Id: main.c,v 1.49 1998/04/14 19:04:05 hubbe Exp $"); #include "fdlib.h" #include "backend.h" #include "module.h" @@ -433,7 +433,6 @@ void low_exit_main(void) free_svalue(& throw_value); throw_value.type=T_INT; - cleanup_callbacks(); #if defined(DEBUG) && defined(DEBUG_MALLOC) if(verbose_debug_exit) { @@ -502,6 +501,7 @@ void low_exit_main(void) zap_all_mappings(); cleanup_shared_string_table(); + cleanup_callbacks(); #endif } -- GitLab