ID:               26077
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Verified
 Bug Type:         Zend Engine 2 problem
 Operating System: RH 8
-PHP Version:      5CVS-2003-11-02 (dev)
+PHP Version:      5CVS, 4CVS
 New Comment:

Same seems to happen with PHP 4 too:

/usr/src/php4/Zend/zend_API.c(594) :  Freeing 0x0864B604 (44 bytes),
script=-
/usr/src/php4/Zend/zend_API.c(582) : Actual location (location was
relayed)
/usr/src/php4/Zend/zend_hash.c(188) :  Freeing 0x0864B30C (32 bytes),
script=-
/usr/src/php4/Zend/zend_execute.c(1979) :  Freeing 0x0864ABCC (12
bytes), script=-



Previous Comments:
------------------------------------------------------------------------

[2003-11-02 05:53:44] [EMAIL PROTECTED]

Description:
------------
ZE2 will leak when creating an instance of an object which does not
actually get assigned to a variable

Reproduce code:
---------------
php -r 'class foo {} new foo();'


Actual result:
--------------
/home/john/working/php-src/Zend/zend_execute.c(3098) :  Freeing
0x400D9BE0 (44 bytes), script=-
/home/john/working/php-src/Zend/zend_API.c(713) : Actual location
(location was relayed)
/home/john/working/php-src/Zend/zend_API.c(714) :  Freeing 0x400D9790
(32 bytes), script=-
/home/john/working/php-src/Zend/zend_hash.c(157) : Actual location
(location was relayed)
/home/john/working/php-src/Zend/zend_execute.c(3097) :  Freeing
0x400D9060 (16 bytes), script=-
/home/john/working/php-src/Zend/zend_objects.c(106) :  Freeing
0x400D9018 (12 bytes), script=-
=== Total 4 memory leaks detected ===



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26077&edit=1

Reply via email to