pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-28
2008-01-28 15:18:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8444d334b17a6961ad19755c9bff59678e2f8cca (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Oops...
Rev: src/program.c:1.644
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.
643
2008/01/28 15:
17
:
23
grubba Exp $
+
|| $Id: program.c,v 1.
644
2008/01/28 15:
18
:
09
grubba Exp $
*/ #include "global.h"
2657:
/* Make sure to break the circularity... */ struct program *parent = p->parent; p->parent = NULL;
+
#ifdef PIKE_DEBUG
if (!parent->refs) { dump_program_tables(p, 2); Pike_fatal("Program parent is dead.\n"); }
-
+
#endif
free_program(parent); }