diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index f2eecff20..a1bf67c49 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -2220,6 +2220,7 @@ public final class SWF implements SWFContainerItem, Timelined { public void clearAllCache() { characters = null; abcList = null; + timeline = null; clearImageCache(); clearScriptCache(); Cache.clearAll();