This commit is contained in:
CismonX 2018-10-22 20:25:54 +08:00
parent f419ce8c2a
commit dfde697222
1 changed files with 1 additions and 0 deletions

View File

@ -3307,6 +3307,7 @@ PHP_METHOD(Collection, windowed)
break;
}
Bucket* bucket = start + pos + snapshot_idx;
Z_TRY_ADDREF(bucket->val);
zend_hash_next_index_insert(snapshot, &bucket->val);
}
if (has_transform) {