Skip to content

Commit

Permalink
fix dispose handling. close #2634
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 9, 2024
1 parent e7b4aee commit 7cc02e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,8 @@ public void dispose() {

if(this.clientTimer!=null)
this.clientTimer.cancel();

super.dispose();
}

private void loadClientLog(int numberOfLines) {
Expand Down

0 comments on commit 7cc02e6

Please sign in to comment.