From 063b21fe73cde7c3f36dcd392d834d4d2dc9d6c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 19 Mar 2003 13:52:19 +0100
Subject: [PATCH] Initializations shouldn't be performed in the exit
 callbacks...

Rev: src/post_modules/_ADT/adt.cmod:1.4
---
 src/post_modules/_ADT/adt.cmod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/post_modules/_ADT/adt.cmod b/src/post_modules/_ADT/adt.cmod
index ead5c090d6..95a7fe1e53 100644
--- a/src/post_modules/_ADT/adt.cmod
+++ b/src/post_modules/_ADT/adt.cmod
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: adt.cmod,v 1.3 2003/03/18 11:25:16 peta Exp $
+|| $Id: adt.cmod,v 1.4 2003/03/19 12:52:19 grubba Exp $
 */
 #include "global.h"
 
@@ -20,7 +20,7 @@ PIKE_MODULE_INIT
 
 PIKE_MODULE_EXIT
 {
+  //pike_exit_CircularList_module();
+  pike_exit_Sequence_module();  
   EXIT;
-  pike_init_Sequence_module();  
-  //pike_init_CircularList_module();
 } 
-- 
GitLab