pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-14
2001-05-14 03:28:07 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2d4a388f73f901d3223d035256b703360711dde9 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for core dump in describe() when using DEBUG_MALLOC
Rev: src/main.c:1.125
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
124
2001/
04
/
30
17
:
33
:
55
mast
Exp $");
+
RCSID("$Id: main.c,v 1.
125
2001/
05
/
14
03
:
28
:
07
hubbe
Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h"
810:
free_all_mapping_blocks(); first_object=0; free_all_object_blocks();
+
first_program=0;
free_all_program_blocks(); exit_rbtree(); #endif }