clear cache after exporting a file

This commit is contained in:
honfika@gmail.com
2015-03-31 18:18:59 +02:00
parent 2dc3a569a8
commit 5a95cc26f5

View File

@@ -1090,6 +1090,8 @@ public class CommandLineArgumentParser {
long time = stopTimeSwf - startTimeSwf;
System.out.println("Export finished: " + inFile.getName() + " Export time: " + Helper.formatTimeSec(time));
}
exfile.clearAllCache();
}
} catch (OutOfMemoryError | Exception ex) {
System.err.print("FAIL: Exporting Failed on Exception - ");