Skip to content


Closed memory leak in ApplicationActionSwingWorker$TuttiActionTimerTask
nuiton / jaxx #1848 · created by Tony Chemit
For each action, new TuttiActionTimerTask is created and registered on property DONE. But this TuttiActionTimerTask is never removed. We must remove it to prevent memory leak *(from redmine issue 39...
updated