swf disposing fixes

This commit is contained in:
honfika@gmail.com
2015-02-27 01:56:36 +01:00
parent 2befbcb65d
commit 67fb24a7fd
6 changed files with 56 additions and 8 deletions

View File

@@ -725,6 +725,11 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
}
}
/*for (SWFList swfList : swfs) {
for (SWF swf : swfList) {
swf.clearTagSwfs();
}
}*/
swfs.clear();
oldItem = null;
previewPanel.clear();
@@ -2442,6 +2447,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
@Override
public void run() {
setSourceWorker = null;
try {
get();
} catch (CancellationException ex) {