From 1147b2d61cc7ef68a5e36dd652ddd96c078ebeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Fri, 25 Jul 2025 21:05:23 +0200 Subject: [PATCH] Fixed: Clearing deobfuscation cache --- libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java index 35eab0bca..d22f2c480 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java @@ -3066,6 +3066,7 @@ public class ABC implements Openable { * Clears all caches. */ public void clearAllCaches() { + deobfuscation = null; resetMethodIndexing(); getSwf().clearAbcListCache(); getSwf().clearScriptCache();