pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-20
1999-11-20 21:16:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
770453a738a2b06082c0a6a8d78978068385fb4e (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed memory leak (again).
Rev: src/las.c:1.121
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
120
1999/11/20 21:
13
:
25
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
121
1999/11/20 21:
16
:
39
grubba Exp $");
#include "language.h" #include "interpret.h"
2064:
max_args = count_arguments(f); if(max_args<0) max_args = 0x7fffffff;
+
free_string(s);
+
if (n->type) { /* Type/argument-check OK. */ break;
2120:
my_yyerror("Bad argument %d to %s.", max_correct_args+1, name); }
-
free_string(s);
+
} copy_shared_string(n->type, mixed_type_string); break;