forked from External/mage
* Memory handling - some more changes to improve object deallocation.
This commit is contained in:
parent
2427b714a1
commit
df9c200753
8 changed files with 51 additions and 22 deletions
|
|
@ -267,7 +267,9 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
for(MouseWheelListener ml: this.getMouseWheelListeners() ){
|
||||
this.removeMouseWheelListener(ml);
|
||||
}
|
||||
// this holds reference to ActionCallback forever so set it to null to prevent
|
||||
this.callback = null;
|
||||
this.data = null;
|
||||
}
|
||||
|
||||
private void setText(CardView card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue