Skip to content

Commit d9f5690

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fixed incorrect behavior of internal memory debugger
2 parents 78e0475 + 45b4368 commit d9f5690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@ static zend_long zend_mm_find_leaks(zend_mm_heap *heap, zend_mm_chunk *p, uint32
20652065
}
20662066
}
20672067
p = p->next;
2068+
i = ZEND_MM_FIRST_PAGE;
20682069
} while (p != heap->main_chunk);
20692070
return count;
20702071
}

0 commit comments

Comments
 (0)