2000-04-08
2000-04-08 01:09:56 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
fccf996e970db295202293969d380780b8651645
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
bugfix
Rev: src/main.c:1.88
Rev: src/pike_macros.h:1.14
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: main.c,v 1.87 2000/04/06 21:00:20 hubbe Exp $");
+ RCSID("$Id: main.c,v 1.88 2000/04/08 01:09:56 hubbe Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
609: Inside #if defined(DO_PIKE_CLEANUP)
free(node_hash.table);
#endif /* SHARED_NODES */
- do_gc();
+
exit_pike_security();
free_svalue(& throw_value);
throw_value.type=T_INT;
-
+ do_gc();
#if defined(PIKE_DEBUG) && defined(DEBUG_MALLOC)
if(verbose_debug_exit)