Commit 443a656a by olly Committed by Oliver Woodman

Fix build.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123958609
parent 7ef028c6
...@@ -169,7 +169,6 @@ public class ChunkTrackStream<T extends ChunkSource> implements TrackStream, ...@@ -169,7 +169,6 @@ public class ChunkTrackStream<T extends ChunkSource> implements TrackStream,
* This method should be called when the stream is no longer required. * This method should be called when the stream is no longer required.
*/ */
public void release() { public void release() {
released = true;
chunkSource.release(); chunkSource.release();
sampleQueue.disable(); sampleQueue.disable();
loadControl.unregister(this); loadControl.unregister(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment