]> granicus.if.org Git - php/commitdiff
- MFH: missing in the previous crypt commit (shutdown frees the locking mechanism)
authorPierre Joye <pajoye@php.net>
Tue, 29 Jul 2008 17:28:41 +0000 (17:28 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 29 Jul 2008 17:28:41 +0000 (17:28 +0000)
ext/standard/basic_functions.c

index e4725785e5cf8b62c7d9007d3e4c07191ce482d6..3c47854d46f50569d982313e6caf284aaa9b5a05 100644 (file)
@@ -4078,6 +4078,7 @@ PHP_MSHUTDOWN_FUNCTION(basic) /* {{{ */
        basic_globals_dtor(&basic_globals TSRMLS_CC);
 #ifdef PHP_WIN32
        php_win32_core_globals_dtor(&the_php_win32_core_globals TSRMLS_CC);
+       PHP_MSHUTDOWN(crypt);
 #endif
 #endif