提交 947e32fb authored 作者: Thomas Mueller's avatar Thomas Mueller

File system bugfixes

上级 3af6bbca
...@@ -364,7 +364,9 @@ class FileZip extends FileBase { ...@@ -364,7 +364,9 @@ class FileZip extends FileBase {
@Override @Override
protected void implCloseChannel() throws IOException { protected void implCloseChannel() throws IOException {
in.close(); if (in != null) {
in.close();
}
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论