* Memory handling - some more changes to improve object deallocation.

This commit is contained in:
LevelX2 2014-02-06 18:00:45 +01:00
parent 2427b714a1
commit df9c200753
8 changed files with 51 additions and 22 deletions

View file

@ -91,7 +91,7 @@ public class DraftPanel extends javax.swing.JPanel {
}
public void cleanUp() {
draftPicks.clear();
draftPicks.cleanUp();
draftBooster.clear();
if (countdown != null) {