From a24df5cf55979db09ecf07e4a94d363ef965e789 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 14 Oct 2003 17:26:36 +0000 Subject: [PATCH] - Fix compile problem. --- Zend/zend_alloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 6e153cbedb..f2d6a44f53 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -567,9 +567,11 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC) } } +#if ZEND_DEBUG if (!silent && grand_total_leaks > 0) { zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &grand_total_leaks); } +#endif #if MEMORY_LIMIT AG(memory_exhausted)=0; -- 2.50.1