From 0e50ac4b2c79e12fcc6079e0f7647444c02f268e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 8 Aug 2002 08:42:22 +0000 Subject: [PATCH] MFZE1 --- Zend/zend_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0