memory leak fix

This commit is contained in:
romanman 2014-10-23 15:50:33 -05:00
parent 2a2f34f7c3
commit 07245866bb
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public class MessageQueue {
}
public void close(){
timer.cancel();
timer.purge();
}
}