> How do you see that?  That 'last leak repeated 18 times' doesn't mean the
> pointer got freed 18 times, but rather, that a leak from zend_hash.c(461)
> repeated itself 18 times...

My mistake... just after I sent the message I realized that that couldn't be
the case,
as there would have been a crash if it was.

> There's no magical way of solving this, other than trying to cut down the
> script to the smallest piece of code that still leaks, and then trying to
> figure out what causes the leak

Thanks.  I thought so; I guess I was hoping that someone else had spotted
something similar...

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to