forked from External/mage
Added missing change to MageFrame concering last memeory leak commit.
This commit is contained in:
parent
b92a2c83b9
commit
7f8ced259a
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
for (JInternalFrame window : windows) {
|
||||
if (window instanceof GamePane) {
|
||||
GamePane gamePane = (GamePane) window;
|
||||
gamePane.hideGame();
|
||||
gamePane.removeGame();
|
||||
}
|
||||
if (window instanceof DraftPane) {
|
||||
DraftPane draftPane = (DraftPane) window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue