We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91889c7 commit d27dac1Copy full SHA for d27dac1
Zend/zend_constants.c
@@ -52,6 +52,7 @@ void free_zend_constant(zval *zv)
52
}
53
if (c->attributes) {
54
zend_hash_release(c->attributes);
55
+ c->attributes = NULL;
56
57
efree(c);
58
} else {
@@ -64,6 +65,7 @@ void free_zend_constant(zval *zv)
64
65
66
67
68
69
70
free(c);
71
0 commit comments