Fixed: #1627 Previously decompiled scripts not cached

Fixed: SWF is not garbage collected on close in some situations
Fixed: AS1/2 script search does not show all results
This commit is contained in:
Jindra Petřík
2021-02-27 20:46:02 +01:00
parent e308c00601
commit 28380d1d34
12 changed files with 131 additions and 22 deletions

View File

@@ -1185,6 +1185,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
clearImagePanel();
timelined = null;
swf = null;
lda = null;
fireMediaDisplayStateChanged();
}