diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 0c5a09d63..c57a98da3 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -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 - ");