1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

- missing in the previous crypt commit (shutdown frees the locking mechanism)

This commit is contained in:
Pierre Joye
2008-07-29 17:28:07 +00:00
parent 6c21038ddf
commit b1f466b3ed
+1
View File
@@ -4072,6 +4072,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