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 bba7468 commit b1b7c1fCopy full SHA for b1b7c1f
Zend/zend_alloc.c
@@ -3052,7 +3052,6 @@ ZEND_API void* ZEND_FASTCALL _emalloc_huge(size_t size)
3052
ZEND_MM_UNPOISON_CHUNK_HDR(chunk); \
3053
ZEND_MM_CHECK(chunk->heap == AG(mm_heap), "zend_mm_heap corrupted"); \
3054
ZEND_MM_POISON_CHUNK_HDR(chunk, AG(mm_heap)); \
3055
- ZEND_MM_UNPOISON_HEAP(AG(mm_heap)); \
3056
zend_mm_free_small(AG(mm_heap), ptr, _num); \
3057
ZEND_MM_POISON_HEAP(AG(mm_heap)); \
3058
} \
0 commit comments