pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-18
2005-02-18 13:32:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0c92c408ca9f820e4480ea39300e16f18234a35a (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.6
Fixed memory leak in recursive_add_call_arg().
Rev: src/las.c:1.346
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: las.c,v 1.
345
2004
/
03
/
16
13:
42
:
30
grubba Exp $
+
|| $Id: las.c,v 1.
346
2005
/
02
/
18
13:
32
:
22
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
345
2004
/
03
/
16
13:
42
:
30
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
346
2005
/
02
/
18
13:
32
:
22
grubba Exp $");
#include "language.h" #include "interpret.h"
1735:
node *tmp; if (!n) {
-
/* Earlier parse error. */
-
return
NULL
;
+
/* Earlier parse error
, or empty argument list
. */
+
return
arg
;
} switch(n->token)