Skip to content

Commit d9e510f

Browse files
committed
make sure we destroy the hash
1 parent 283ec3e commit d9e510f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,6 +2906,7 @@ ZEND_API void zend_type_free_interned_trees(void) {
29062906
}
29072907
pefree(tree, 1);
29082908
} ZEND_HASH_FOREACH_END();
2909+
zend_hash_destroy(CG(type_trees));
29092910
pefree(CG(type_trees), 1);
29102911
CG(type_trees) = NULL;
29112912
}

0 commit comments

Comments
 (0)