diff options
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 89014fecc0..ffcfbd2c0b 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -160,9 +160,7 @@ PHP_MINIT_FUNCTION(localeconv) PHP_MSHUTDOWN_FUNCTION(localeconv) { tsrm_mutex_free( locale_mutex ); - locale_mutex = NULL; - return SUCCESS; } /* }}} */ |