pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-06
2001-06-06 01:12:30 by Martin Stjernholm <mast@lysator.liu.se>
740f9270649bad8df2e5a2e1c303c006acb698c3 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.2
Fixed a leak.
Rev: src/builtin_functions.c:1.339
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
338
2001/
05
/
31
22
:
20
:
09
grubba
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
339
2001/
06
/
06
01
:
12
:
30
mast
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
3091:
n->node_info |= OPT_SIDE_EFFECT; n->tree_info |= OPT_SIDE_EFFECT; }
+
+
free_type(array_zero);
+
free_type(mapping_zero);
+
return NULL; }