Skip to content

Commit 47aab9a

Browse files
committed
Don't hold outstanding init segment after discharge
1 parent 67103bc commit 47aab9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)