Fixed non closed reader

This commit is contained in:
Gabriele C 2015-08-01 01:06:42 +02:00
parent 72f0f65bed
commit 62e3bc4f11

View File

@ -306,6 +306,8 @@ public class FileCache {
a++;
}
}
if (reader != null)
reader.close();
return new DataFileCache(stacki, stacka, group, op, flying);
} else {
// NEW METHOD