forked from External/mage
Removed majority of memory leaks from game / editor / dialog handling.
This commit is contained in:
parent
11df1dc059
commit
0a18a7bea6
24 changed files with 215 additions and 138 deletions
|
|
@ -153,7 +153,10 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
}
|
||||
|
||||
public void cleanUp() {
|
||||
this.timer.cancel();
|
||||
if (timer != null) {
|
||||
this.timer.cancel();
|
||||
}
|
||||
topCardPanel.updateCallback(null, gameId);
|
||||
}
|
||||
|
||||
public void update(PlayerView player) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue