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…
Reference in New Issue