pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-09
2008-03-09 17:36:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6a20efb7855846eec377543780714ea127a16bbe (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Should now compile and link...
Fixed some newly introduced leaks.
Rev: src/interpret.c:1.389
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: interpret.c,v 1.
388
2008/03/09 17:
28
:
20
grubba Exp $
+
|| $Id: interpret.c,v 1.
389
2008/03/09 17:
36
:
34
grubba Exp $
*/ #include "global.h"
2343:
dummy.func.offset = offset; dummy.opt_flags = 0; dummy_ref.identifier_offset = Pike_compiler->new_program->num_identifiers;
-
debug_
add_to_identifiers(dummy);
+
add_to_identifiers(dummy);
add_to_identifier_references(dummy_ref); }
2396:
if (use_dummy_reference) { /* Pop the dummy identifier. */
+
free_type(function_type_string);
+
free_string(empty_pike_string);
Pike_compiler->new_program->num_identifier_references--; Pike_compiler->new_program->num_identifiers--; }