From 55687ca216423fc677cf7663abd30ca72fe170ed Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 30 Jun 2001 07:58:34 +0000 Subject: [PATCH] - Fix the memory limit fix. --- Zend/zend_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 632e13aeeb..9709528d8c 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -456,10 +456,10 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache) for (i=1; isize); #endif - ptr = (zend_mem_header *) AG(cache)[i][j]; REMOVE_POINTER_FROM_LIST(ptr); free(ptr); } -- 2.50.1