From: Andi Gutmans Date: Sat, 30 Jun 2001 07:58:34 +0000 (+0000) Subject: - Fix the memory limit fix. X-Git-Tag: PRE_TSRM_MERGE_PATCH~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55687ca216423fc677cf7663abd30ca72fe170ed;p=php - Fix the memory limit fix. --- 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); }