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 0805f8b commit e1b618eCopy full SHA for e1b618e
Zend/zend_opcode.c
@@ -455,6 +455,9 @@ ZEND_API void destroy_zend_class(zval *zv)
455
if (prop_info->ce == ce) {
456
zend_string_release(prop_info->name);
457
zend_type_release(prop_info->type, /* persistent */ 1);
458
+ if (prop_info->attributes) {
459
+ zend_hash_release(prop_info->attributes);
460
+ }
461
free(prop_info);
462
}
463
} ZEND_HASH_FOREACH_END();
0 commit comments