mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 03:55:10 +00:00
clear dump info only when not null
This commit is contained in:
@@ -420,7 +420,9 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
soundCache.clear();
|
||||
|
||||
timeline = null;
|
||||
clearDumpInfo(dumpInfo);
|
||||
if (dumpInfo != null) {
|
||||
clearDumpInfo(dumpInfo);
|
||||
}
|
||||
dumpInfo = null;
|
||||
jtt = null;
|
||||
binaryData = null;
|
||||
|
||||
Reference in New Issue
Block a user