mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- missing in the previous crypt commit (shutdown frees the locking mechanism)
This commit is contained in:
parent
6c21038ddf
commit
b1f466b3ed
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue