mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-09 11:32:28 +00:00
memory leak fix
This commit is contained in:
parent
2a2f34f7c3
commit
07245866bb
@ -99,6 +99,7 @@ public class MessageQueue {
|
||||
}
|
||||
|
||||
public void close(){
|
||||
timer.cancel();
|
||||
timer.purge();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user