forked from External/mage
* Memory leaks - TornamentPane can now be removed by gc.
This commit is contained in:
parent
7945f4ad80
commit
3cd4e9ecb7
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ public class TournamentPanel extends javax.swing.JPanel {
|
|||
c = c.getParent();
|
||||
}
|
||||
if (c != null) {
|
||||
((TournamentPane)c).hideFrame();
|
||||
((TournamentPane)c).hideTournament();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue