Hi!

I don't yet have a short isolating script, but just wanted to give a
heads up that I've been getting a memleak in zend_object_handlers.c on
line 1215 in several scripts running 5.3.0beta1.  The code in questions
is in zend_std_object_get_class_name:

*class_name = estrndup(ce->name, ce->name_length);

This is never freed.  Anyone else seen this leak?

I'd say the client of this function is supposed to free it.
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to