summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index a47afae192..b100526e96 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -322,7 +322,7 @@ ZEND_API void start_memory_manager(ALS_D)
AG(memory_exhausted)=0;
#endif
-#if ZEND_DEBUG
+#if !ZEND_DEBUG
AG(zval_list_head) = NULL;
#endif