2003-10-10
2003-10-10 00:37:24 by Martin Stjernholm <mast@lysator.liu.se>
-
39cd6f7ef48a7dd962a8437f714253e00efd539e
(6 lines)
(+4/-2)
[
Show
| Annotate
]
Branch: 7.4
Backported fix for string leak in the debug function dump_program_tables.
Rev: src/program.c:1.481
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.480 2003/09/30 13:32:58 grubba Exp $
+ || $Id: program.c,v 1.481 2003/10/10 00:37:24 mast Exp $
*/
#include "global.h"
- RCSID("$Id: program.c,v 1.480 2003/09/30 13:32:58 grubba Exp $");
+ RCSID("$Id: program.c,v 1.481 2003/10/10 00:37:24 mast Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
2139: Inside #if defined(PIKE_DEBUG)
if (!file->size_shift)
fprintf (stderr, "%*s %s:%d\n",
indent, "", file->str, line);
+ free_string (file);
}
}
fprintf(stderr, "\n"