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

@@ -855,6 +855,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
public synchronized void clearAll() {
stop();
clearImagePanel();
timelined = null;
swf = null;
}