pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-06
2005-04-06 17:38:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7cfead675ed7de09f0f21106b17da12b3f107ee8 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed leaks of call_type in debug_low_range_type().
Rev: src/pike_types.c:1.246
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: pike_types.c,v 1.
245
2005/
03
/
21
21
:
35
:
29
grubba Exp $
+
|| $Id: pike_types.c,v 1.
246
2005/
04
/
06
17
:
38
:
15
grubba Exp $
*/ #include "global.h"
3744:
free_type(call_type); return tmp; }
+
free_type(call_type);
add_ref(mixed_type_string); return mixed_type_string;
3780:
free_type(call_type); return tmp; }
+
free_type(call_type);
add_ref(mixed_type_string); return mixed_type_string;