Commit 993eb8ed by takusemba Committed by Oliver Woodman

close initDataSource after reading

parent 4998354c
......@@ -237,7 +237,7 @@ import java.util.concurrent.atomic.AtomicInteger;
initSegmentBytesLoaded = (int) (input.getPosition() - initDataSpec.absoluteStreamPosition);
}
} finally {
Util.closeQuietly(dataSource);
Util.closeQuietly(initDataSource);
}
initLoadCompleted = true;
}
......
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