2003-08-11
2003-08-11 21:51:16 by Martin Nilsson <mani@lysator.liu.se>
-
ebf2dd14e64fef67d7d586c6c67110b7c8ae55ad
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.9
Fixed a leak, perhaps.
Rev: src/program.c:1.515
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.514 2003/08/04 16:36:17 mast Exp $
+ || $Id: program.c,v 1.515 2003/08/11 21:51:16 nilsson Exp $
*/
#include "global.h"
- RCSID("$Id: program.c,v 1.514 2003/08/04 16:36:17 mast Exp $");
+ RCSID("$Id: program.c,v 1.515 2003/08/11 21:51:16 nilsson Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
2382: Inside #if defined(PIKE_DEBUG)
if (!file->size_shift)
fprintf (stderr, "%*s %s:%d\n",
indent, "", file->str, line);
+ sub_ref(file);
}
}