Skip to content

Commit 366c8e2

Browse files
committed
fixup last commit
1 parent e662b4a commit 366c8e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_namespaces.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ static zend_class_entry *insert_namespace(const zend_string *name) {
6969
ns->parent = parent_ns;
7070
zend_hash_add_ptr(&namespaces, needle, ns);
7171
}
72-
zend_string_release(needle);
7372

7473
parent_ns = ns;
7574
start = pos + 1;

0 commit comments

Comments
 (0)