pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-29
2001-06-29 02:14:56 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
620f8e590161a048d0eab5b027b1d01275c5f91d (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed a stack leak
Rev: src/builtin_functions.c:1.386
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
385
2001/06/
28
13
:
16
:
33
grubba
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
386
2001/06/
29
02
:
14
:
56
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
3131:
); UNSETJMP(tmp);
+
pop_n_elems(Pike_sp - save_sp);
free_type(array_zero); free_type(mapping_zero);
3139:
} } UNSETJMP(tmp);
+
pop_n_elems(Pike_sp - save_sp);
} } }