summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index b445e34090..d63ec97198 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -517,7 +517,7 @@ static void zend_new_thread_end_handler(THREAD_T thread_id TSRMLS_DC)
static void alloc_globals_dtor(zend_alloc_globals *alloc_globals_p TSRMLS_DC)
{
- shutdown_memory_manager(0, 1 TSRMLS_CC);
+ shutdown_memory_manager(1, 1 TSRMLS_CC);
}
#endif