forked from External/mage
* Memory leaks - TornamentPane can now be removed by gc.
This commit is contained in:
parent
f734d89de6
commit
ae555aea0e
2 changed files with 9 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ public class TournamentPane extends MagePane {
|
|||
}
|
||||
|
||||
public void hideTournament() {
|
||||
tournamentPanel.hideTournament();
|
||||
tournamentPanel.cleanUp();
|
||||
removeFrame();
|
||||
}
|
||||
|
||||
public UUID getTournamentId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue