2006-01-24
2006-01-24 12:03:19 by Martin Stjernholm <mast@lysator.liu.se>
-
ae0788ad41bbdf5bd7fdc035bd9bea3b8fcc7156
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
Small fix in cleanup code.
Rev: src/interpret.c:1.367
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: interpret.c,v 1.366 2006/01/20 17:55:50 grubba Exp $
+ || $Id: interpret.c,v 1.367 2006/01/24 12:03:19 mast Exp $
*/
#include "global.h"
2945: Inside #if defined(DO_PIKE_CLEANUP) and #if 0
for(e=0;e<128;e++)
debug_malloc_dump_references( p->x + e);
#endif
+ free_callback_list (&evaluator_callbacks);
free_all_pike_frame_blocks();
#endif
}