pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-06
2005-04-06 17:37:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3bb2455fa030e03317c51e0b60cecdfd1d11ab1e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed leak of the type array(zero).
Rev: src/las.c:1.361
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.
360
2005/
03
/
20
12
:
32
:
57
grubba Exp $
+
|| $Id: las.c,v 1.
361
2005/
04
/
06
17
:
37
:
37
grubba Exp $
*/ #include "global.h"
3591:
yytype_error("Bad argument to splice operator.", array_type, CAR(n)->type, 0); }
+
free_type(array_type);
} /* FIXME: The type field of the splice operator is not yet utilized. *