Skip to content

Commit

Permalink
Merge pull request #241 from Weiqianghu/fix/core
Browse files Browse the repository at this point in the history
fix:close ParcelFileDescriptor
  • Loading branch information
Jacksgong authored Mar 17, 2019
2 parents 58be761 + 15746e6 commit 51046f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void write(byte[] b, int off, int len) throws IOException {
public void close() throws IOException {
out.close();
fos.close();
pdf.close();
}

@Override
Expand Down

0 comments on commit 51046f4

Please sign in to comment.