Branch: Tag:

2001-06-29

2001-06-29 02:14:56 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

fixed a stack leak

Rev: src/builtin_functions.c:1.386

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.385 2001/06/28 13:16:33 grubba Exp $"); + RCSID("$Id: builtin_functions.c,v 1.386 2001/06/29 02:14:56 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
3131:    );       UNSETJMP(tmp); +  pop_n_elems(Pike_sp - save_sp);       free_type(array_zero);    free_type(mapping_zero);
3139:    }    }    UNSETJMP(tmp); +  pop_n_elems(Pike_sp - save_sp);    }    }    }