diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-06 10:49:27 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-06 10:49:27 +0000 |
commit | b4d0d872e7dec12f4107b9295da10c96d05e3e0a (patch) | |
tree | d3274a82e1fc8d4c69ccbc664b92591cb870b447 /Zend/zend_strtod.c | |
parent | 8c8bf92311fd363bacc1905cff584836fda74aa2 (diff) | |
download | php-git-b4d0d872e7dec12f4107b9295da10c96d05e3e0a.tar.gz |
MFH
Diffstat (limited to 'Zend/zend_strtod.c')
-rw-r--r-- | Zend/zend_strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } /* }}} */ |