Skip to content

Commit bebc904

Browse files
committed
cs
1 parent 4dd7237 commit bebc904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/zend_alloc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,9 +1533,7 @@ static zend_always_inline zend_mm_free_slot *zend_mm_get_next_free_slot(zend_mm_
15331533
static zend_always_inline zend_mm_free_slot *zend_mm_get_next_free_slot(zend_mm_heap *heap, uint32_t bin_num, zend_mm_free_slot* slot)
15341534
{
15351535
ZEND_MM_UNPOISON(slot, sizeof(zend_mm_free_slot*));
1536-
15371536
zend_mm_free_slot *next = slot->next_free_slot;
1538-
15391537
ZEND_MM_POISON(slot, sizeof(zend_mm_free_slot*));
15401538

15411539
return next;

0 commit comments

Comments
 (0)