pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-10-30
2004-10-30 15:57:19 by Martin Nilsson <mani@lysator.liu.se>
6456580741d86d61052f8e49add8d3ac0c71390b (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Free facet_group references in programs.
Rev: src/program.c:1.574
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: program.c,v 1.
573
2004/10/30
11
:
38
:
27
mast
Exp $
+
|| $Id: program.c,v 1.
574
2004/10/30
15
:
57
:
19
nilsson
Exp $
*/ #include "global.h"
2409:
DOUBLEUNLINK(first_program, p);
+
if(p->facet_group)
+
{
+
free_object(p->facet_group);
+
}
+
if(p->flags & PROGRAM_OPTIMIZED) { if(p->program) {