mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 06:26:16 +00:00
small fixes
This commit is contained in:
@@ -318,12 +318,24 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
spriteTag.subTags.clear();
|
||||
}
|
||||
|
||||
if (tag instanceof DefineBinaryDataTag) {
|
||||
DefineBinaryDataTag binaryTag = (DefineBinaryDataTag) tag;
|
||||
if (binaryTag.innerSwf != null) {
|
||||
binaryTag.innerSwf.clearTagSwfs();
|
||||
}
|
||||
}
|
||||
|
||||
tag.setSwf(null);
|
||||
}
|
||||
|
||||
tags.clear();
|
||||
abcList.clear();
|
||||
swfList.swfs.clear();
|
||||
if (abcList != null) {
|
||||
abcList.clear();
|
||||
}
|
||||
|
||||
if (swfList != null) {
|
||||
swfList.swfs.clear();
|
||||
}
|
||||
|
||||
as2Cache.clear();
|
||||
as3Cache.clear();
|
||||
|
||||
Reference in New Issue
Block a user