We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959a18 commit d8eea11Copy full SHA for d8eea11
Zend/zend_autoload.c
@@ -384,6 +384,8 @@ void zend_autoload_shutdown(void)
384
{
385
if (autoloader_class_autoload_functions) {
386
zend_hash_destroy(autoloader_class_autoload_functions);
387
+ FREE_HASHTABLE(autoloader_class_autoload_functions);
388
+ autoloader_class_autoload_functions = NULL;
389
}
390
if (autoloader_function_autoload_functions) {
391
zend_hash_destroy(autoloader_function_autoload_functions);
0 commit comments