Skip to content

Commit c23aaaf

Browse files
committed
Don't hold outstanding init segment after discharge
1 parent 9e68b16 commit c23aaaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/streaming/PreBufferSink.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ function PreBufferSink(onAppendedCallback) {
152152

153153
if (outstandingInit) {
154154
result.push(outstandingInit);
155+
outstandingInit = null;
155156
}
156157

157158
chunks = [];

0 commit comments

Comments
 (0)