- 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

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