mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Reset references to enable GC
This commit is contained in:
parent
91e75641eb
commit
9c31abfd36
@ -576,6 +576,8 @@ public class PendingTradesView extends ActivatableViewAndModel<VBox, PendingTrad
|
||||
setGraphic(null);
|
||||
if (trade != null && listener != null) {
|
||||
trade.stateProperty().removeListener(listener);
|
||||
trade = null;
|
||||
listener = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user