mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
MFZE1
This commit is contained in:
parent
f9e5ba3446
commit
0e50ac4b2c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user