提交 8d934127 authored 作者: Thomas Mueller's avatar Thomas Mueller

File system bugfixes

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