Re: [PHP-DEV] [PATCH] or Karmarequest for zend_llist.c

2002-06-05 Thread Stefan Esser
> since there obviously was never a talk on this list about and > out of curiosity, how can the leak be reproduced? zend_llist_remove_tail does not call the dtor of the element that gets removed. This will cause a memory leak everywhere it is used and where the dtor is != NULL. Within the

Re: [PHP-DEV] [PATCH] or Karmarequest for zend_llist.c

2002-06-05 Thread Markus Fischer
Hi, since there obviously was never a talk on this list about and out of curiosity, how can the leak be reproduced? - Markus On Wed, Jun 05, 2002 at 11:55:28AM +0200, Stefan Esser wrote : > herewith i send my patch for the memory leak within ZendEngine(1/2). > This was discusse

Re: [PHP-DEV] [PATCH] or Karmarequest for zend_llist.c

2002-06-05 Thread derick
On Wed, 5 Jun 2002, Stefan Esser wrote: > Hi, > > herewith i send my patch for the memory leak within ZendEngine(1/2). > This was discussed with Zeev and Andi before but noone fixed it. > So please apply the patch now, or give me the karma and I do it > myself... Committed to CVS. Derick

[PHP-DEV] [PATCH] or Karmarequest for zend_llist.c

2002-06-05 Thread Stefan Esser
Hi, herewith i send my patch for the memory leak within ZendEngine(1/2). This was discussed with Zeev and Andi before but noone fixed it. So please apply the patch now, or give me the karma and I do it myself... Stefan --- zend_llist.c.orig Wed Jun 5 13:58:41 2002 +++ zend_llist.cWe