Skip to content

Commit f94fb29

Browse files
committed
Improve
1 parent 8603a98 commit f94fb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,7 @@ ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent)
26192619
ZEND_MM_UNPOISON_CHUNK_HDR(heap->main_chunk);
26202620
p = heap->main_chunk->next;
26212621
while (p != heap->main_chunk) {
2622+
ZEND_MM_UNPOISON_CHUNK_HDR(p);
26222623
zend_mm_chunk *q = p->next;
26232624
p->next = heap->cached_chunks;
26242625
heap->cached_chunks = p;

0 commit comments

Comments
 (0)