forked from External/mage
Some changes to reduce memory leaks.
This commit is contained in:
parent
e2c0e211ef
commit
30ddcaf99b
12 changed files with 139 additions and 83 deletions
|
|
@ -249,7 +249,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
} catch (InterruptedException ex) {
|
||||
logger.fatal("popupContainer error:", ex);
|
||||
}
|
||||
this.removeAll();
|
||||
// this.removeAll();
|
||||
}
|
||||
|
||||
private void saveDividerLocations() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue