mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
Removed more memory leaks in game and editor panes and panels of client.
This commit is contained in:
parent
48a7e52701
commit
dda33f86a4
12 changed files with 199 additions and 95 deletions
|
|
@ -95,7 +95,9 @@ public class PriorityTimer extends TimerTask {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (logger.isDebugEnabled()) logger.debug("Count is: " + count);
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Count is: " + count);
|
||||
}
|
||||
//System.out.println("Count is: " + count);
|
||||
if (count <= 0) {
|
||||
cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue