Skip to content

Commit 91c783d

Browse files
danogarnaud-lb
andauthored
Update Zend/zend_alloc.c
Co-authored-by: Arnaud Le Blanc <[email protected]>
1 parent 7b13735 commit 91c783d

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
@@ -3192,8 +3192,8 @@ ZEND_API void ZEND_FASTCALL _efree(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_OR
31923192

31933193
ZEND_API void* ZEND_FASTCALL _erealloc(void *ptr, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC)
31943194
{
3195-
#if ZEND_MM_CUSTOM
31963195
ZEND_MM_UNPOISON_HEAP(AG(mm_heap));
3196+
#if ZEND_MM_CUSTOM
31973197
if (UNEXPECTED(AG(mm_heap)->use_custom_heap)) {
31983198
ptr = AG(mm_heap)->custom_heap._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
31993199
ZEND_MM_POISON_HEAP(AG(mm_heap));

0 commit comments

Comments
 (0)