From b4d0d872e7dec12f4107b9295da10c96d05e3e0a Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 6 Dec 2006 10:49:27 +0000 Subject: MFH --- Zend/zend_strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_strtod.c') diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 7a7771cc97..01091fd36a 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -439,6 +439,7 @@ ZEND_API int zend_startup_strtod(void) /* {{{ */ /* }}} */ ZEND_API int zend_shutdown_strtod(void) /* {{{ */ { + destroy_freelist(); #ifdef ZTS tsrm_mutex_free(dtoa_mutex); dtoa_mutex = NULL; @@ -446,7 +447,6 @@ ZEND_API int zend_shutdown_strtod(void) /* {{{ */ tsrm_mutex_free(pow5mult_mutex); pow5mult_mutex = NULL; #endif - destroy_freelist(); return 1; } /* }}} */ -- cgit v1.2.1