Skip to content

Commit bba7468

Browse files
committed
Fix
1 parent f11d436 commit bba7468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2900,7 +2900,7 @@ ZEND_API bool is_zend_mm(void)
29002900

29012901
ZEND_API bool is_zend_ptr(const void *ptr)
29022902
{
2903-
ZEND_MM_POISON_HEAP(AG(mm_heap));
2903+
ZEND_MM_UNPOISON_HEAP(AG(mm_heap));
29042904
#if ZEND_MM_CUSTOM
29052905
if (AG(mm_heap)->use_custom_heap) {
29062906
if (AG(mm_heap)->custom_heap._malloc == tracked_malloc) {

0 commit comments

Comments
 (0)