2001-08-22
2001-08-22 10:19:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
d96be53c20563d729b30ce85c6a293e2d0b3bc20
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
Fix for debug malloc.
Rev: src/main.c:1.135
5:
\*/
/**/
#include "global.h"
- RCSID("$Id: main.c,v 1.134 2001/07/06 10:31:06 grubba Exp $");
+ RCSID("$Id: main.c,v 1.135 2001/08/22 10:19:52 grubba Exp $");
#include "fdlib.h"
#include "backend.h"
#include "module.h"
895: Inside #if defined(DO_PIKE_CLEANUP) and #if defined(PIKE_DEBUG) && defined(DEBUG_MALLOC)
{
struct program *p;
for(p=first_program;p;p=p->next)
- describe_something(p, T_PROGRAM, 0,2,0);
+ describe_something(p, T_PROGRAM, 0,2,0, NULL);
}
906: Inside #if defined(DO_PIKE_CLEANUP) and #if defined(PIKE_DEBUG) && defined(DEBUG_MALLOC)
{
struct object *o;
for(o=first_object;o;o=o->next)
- describe_something(o, T_OBJECT, 0,2,0);
+ describe_something(o, T_OBJECT, 0,2,0, NULL);
}
#ifdef USE_PIKE_TYPE