From db90fc4c90d5ec2d4edba507fb164d8bca17599c Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 25 May 2004 08:33:11 +0000 Subject: - Fix memory leak in mem cache in conjunction with Zend MM. How come no one - noticed this? :) --- Zend/zend_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_alloc.h') diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 0e3b864d17..7be3456931 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -126,7 +126,7 @@ ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZE ZEND_API int zend_set_memory_limit(unsigned int memory_limit); ZEND_API void start_memory_manager(TSRMLS_D); -ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC); +ZEND_API void shutdown_memory_manager(int silent, int full_shutdown TSRMLS_DC); #if ZEND_DEBUG ZEND_API int _mem_block_check(void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); -- cgit v1.2.1