Skip to content

Commit e2ad02c

Browse files
author
Tianhua Ran
committed
2 parents 996af24 + 51046f4 commit e2ad02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

okdownload/src/main/java/com/liulishuo/okdownload/core/file/DownloadUriOutputStream.java

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void write(byte[] b, int off, int len) throws IOException {
6969
public void close() throws IOException {
7070
out.close();
7171
fos.close();
72+
pdf.close();
7273
}
7374

7475
@Override

0 commit comments

Comments
 (0)