mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
Fixed: #1636 Exception on reloading (7)
This commit is contained in:
@@ -375,6 +375,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
|
||||
public void clearTagSwfs() {
|
||||
decompilerPool.destroySwf(this);
|
||||
resetTimelines(this);
|
||||
updateCharacters();
|
||||
|
||||
@@ -408,7 +409,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
for (ABCContainerTag c : abcList) {
|
||||
c.getABC().free();
|
||||
}
|
||||
abcList.clear();
|
||||
abcList = null;
|
||||
}
|
||||
|
||||
if (swfList != null) {
|
||||
|
||||
Reference in New Issue
Block a user