Hi Eugene,

I've noticed that in BackTestDialog.java, you have removed the dispose
function,

59:         @Override
60:         public void dispose() {
61:             // References must be explicitely set to null, otherwise
memory will leak. This is
62:             // a little strange, but I could not find other ways to
prevent the leak.
63:             // todo: use profiler to see what's holding on to
BackTestDialog after it's disposed
64:             btsr = null;
65:             strategy = null;
66:             super.dispose();
67:         }

You must have found out the culprit then, could you explain a little
bit? Thanks!

Yueming


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to