1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

Fix buglet

This commit is contained in:
Zeev Suraski
1999-12-26 22:50:08 +00:00
parent 90e1b0734e
commit b90bc0b15c

View File

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