Commit 36853490 by takusemba

close initDataSource after reading

parent a1bac99f
......@@ -212,7 +212,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