From 78c1a9d44f12eae8d930e800780bdf079b028c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 15 Apr 1998 18:23:42 -0700 Subject: [PATCH] bugfix (cleanup_callbacks() should now be called correctly) Rev: src/main.c:1.50 --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index ac08d75cc5..0d95e1822a 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.49 1998/04/14 19:04:05 hubbe Exp $"); +RCSID("$Id: main.c,v 1.50 1998/04/16 01:23:42 hubbe Exp $"); #include "fdlib.h" #include "backend.h" #include "module.h" @@ -501,7 +501,7 @@ void low_exit_main(void) zap_all_mappings(); cleanup_shared_string_table(); - cleanup_callbacks(); #endif + cleanup_callbacks(); } -- GitLab