notes and tweaks

This commit is contained in:
zzz
2011-03-18 00:47:14 +00:00
parent 12f3634f96
commit 79358f4271
3 changed files with 4 additions and 1 deletions

View File

@@ -384,6 +384,7 @@ public class StatSummarizer implements Runnable {
if (_thread != null)
_thread.interrupt();
for (SummaryListener lsnr : _listeners) {
// FIXME could cause exceptions if rendering?
lsnr.stopListening();
}
_listeners.clear();