Skip to content

Commit 2920783

Browse files
committed
#25: * fix warning for end var
1 parent 1a398f9 commit 2920783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_gc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,8 @@ ZEND_API int zend_gc_collect_cycles(void)
22652265
stack.next = NULL;
22662266
#endif
22672267

2268+
end = 0;
2269+
22682270
if (GC_G(gc_active)) {
22692271
GC_G(collector_time) += zend_hrtime() - GC_COLLECT_START_TIME;
22702272
GC_COLLECT_FINISH_0;

0 commit comments

Comments
 (0)