From: Zeev Suraski Date: Thu, 8 Aug 2002 08:42:22 +0000 (+0000) Subject: MFZE1 X-Git-Tag: php-4.3.0dev_zend2_alpha3~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e50ac4b2c79e12fcc6079e0f7647444c02f268e;p=php MFZE1 --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 3c6b7f6596..19a3e90d1d 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -516,7 +516,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC) } #endif #if MEMORY_LIMIT - AG(allocated_memory) -= t->size; + AG(allocated_memory) -= REAL_SIZE(t->size); #endif p = t->pNext; REMOVE_POINTER_FROM_LIST(t);