Skip to content

Commit 303dfa4

Browse files
committed
Bump
1 parent e6375bb commit 303dfa4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_alloc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,11 +2760,8 @@ ZEND_API size_t ZEND_FASTCALL _zend_mm_block_size(zend_mm_heap *heap, void *ptr
27602760
} else if (heap->custom_heap._malloc != poison_malloc) {
27612761
return 0;
27622762
}
2763-
<<<<<<< HEAD
27642763
ZEND_MM_POISON_HEAP(heap);
27652764
return 0;
2766-
=======
2767-
>>>>>>> origin/master
27682765
}
27692766
#endif
27702767
size_t ret = zend_mm_size(heap, ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);

0 commit comments

Comments
 (0)