Fixed: #1636 Exception on reloading (7)

This commit is contained in:
Jindra Petřík
2021-03-09 23:05:43 +01:00
parent 9ddc983a03
commit 8c988646f7
6 changed files with 57 additions and 6 deletions

View File

@@ -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) {