Skip to content
Snippets Groups Projects
Commit da0627c2 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now calls cleanup_gc().

Fixes [Bug 72].

Rev: src/main.c:1.99
parent 4bcf35c0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
\*/
/**/
#include "global.h"
RCSID("$Id: main.c,v 1.98 2000/08/21 21:37:42 grubba Exp $");
RCSID("$Id: main.c,v 1.99 2000/08/22 17:28:22 grubba Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
......@@ -646,6 +646,8 @@ void low_exit_main(void)
throw_value.type=T_INT;
do_gc();
cleanup_gc();
#if defined(PIKE_DEBUG) && defined(DEBUG_MALLOC)
if(verbose_debug_exit)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment