This commit is contained in:
Zeev Suraski 2002-08-08 08:42:22 +00:00
parent f9e5ba3446
commit 0e50ac4b2c

View File

@ -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);