Branch: Tag:

2001-09-01

2001-09-01 00:27:31 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

only check for malloced locals in things that can have malloced locals (.17 s to go)

Rev: src/interpret.c:1.247
Rev: src/interpret.h:1.102
Rev: src/program.c:1.368

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.367 2001/08/20 18:09:18 mast Exp $"); + RCSID("$Id: program.c,v 1.368 2001/09/01 00:27:31 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
4691:   {    if(THIS->frame)    { -  free_pike_frame(THIS->frame); +  free_pike_scope(THIS->frame);    THIS->frame=0;    }   }