Fixed non closed reader
This commit is contained in:
parent
72f0f65bed
commit
62e3bc4f11
@ -306,6 +306,8 @@ public class FileCache {
|
||||
a++;
|
||||
}
|
||||
}
|
||||
if (reader != null)
|
||||
reader.close();
|
||||
return new DataFileCache(stacki, stacka, group, op, flying);
|
||||
} else {
|
||||
// NEW METHOD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user