Skip to content

Commit b1b7c1f

Browse files
committed
Cleanup
1 parent bba7468 commit b1b7c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_alloc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,6 @@ ZEND_API void* ZEND_FASTCALL _emalloc_huge(size_t size)
30523052
ZEND_MM_UNPOISON_CHUNK_HDR(chunk); \
30533053
ZEND_MM_CHECK(chunk->heap == AG(mm_heap), "zend_mm_heap corrupted"); \
30543054
ZEND_MM_POISON_CHUNK_HDR(chunk, AG(mm_heap)); \
3055-
ZEND_MM_UNPOISON_HEAP(AG(mm_heap)); \
30563055
zend_mm_free_small(AG(mm_heap), ptr, _num); \
30573056
ZEND_MM_POISON_HEAP(AG(mm_heap)); \
30583057
} \

0 commit comments

Comments
 (0)