Skip to content

Commit bb4454b

Browse files
committed
Merge branch 'master' of git.php.net:php-src
2 parents 327e3b3 + e58a1ab commit bb4454b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/spl/spl_heap.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,6 @@ SPL_METHOD(SplPriorityQueue, extract)
694694
return;
695695
}
696696

697-
if (Z_REFCOUNTED_P(value_out)) {
698-
Z_ADDREF_P(value_out);
699-
}
700-
701697
RETVAL_ZVAL(value_out, 1, 0);
702698
zval_ptr_dtor(&value);
703699
}

0 commit comments

Comments
 (0)