2003-08-20
2003-08-20 18:08:15 by Martin Stjernholm <mast@lysator.liu.se>
-
fcbde04d9fa5f56af813de795c8c82ae9ef0d3ff
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Don't use sub_ref unless you know what you're doing.
Rev: src/program.c:1.517
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.516 2003/08/20 16:54:28 mast Exp $
+ || $Id: program.c,v 1.517 2003/08/20 18:08:15 mast Exp $
*/
#include "global.h"
- RCSID("$Id: program.c,v 1.516 2003/08/20 16:54:28 mast Exp $");
+ RCSID("$Id: program.c,v 1.517 2003/08/20 18:08:15 mast 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);
+ free_string (file);
}
}