Memory leak with Microsoft.JScript.Eval.JScriptEvaluate?

Posted by Dmi on Stack Overflow See other posts from Stack Overflow or by Dmi
Published on 2010-04-23T19:38:45Z Indexed on 2010/04/23 19:43 UTC
Read the original article Hit count: 916

Filed under:

I'm evaluating some javascript with Microsoft.JScript.Eval.JScriptEvaluate() and I noticed from my memory profiler that there are a large number of System.String left allocated by Microsoft.JScript.HashtableEntry. Microsoft.JScript.Eval is a static class, does anyone know what class is holding these instances and how I can clear them?

© Stack Overflow or respective owner

Related posts about jscript