Re: [3/4] jscript: Fix various memory and reference count leaks.

2009-12-31 Thread Jacek Caban
On 12/31/09 1:17 PM, Rob Shearman wrote: 2009/12/30 Jacek Caban: Hi Rob, Thanks for your work on jscript. Unfortunately fixing Valgrind on jscript is not going to be easy. Most of your fixes are good, except clear_global part and "jscript: Fix a circular reference caused by object and funct

Re: [3/4] jscript: Fix various memory and reference count leaks.

2009-12-31 Thread Rob Shearman
2009/12/30 Jacek Caban : > Hi Rob, > > Thanks for your work on jscript. Unfortunately fixing Valgrind on jscript is > not going to be easy. Most of your fixes are good, except clear_global part > and "jscript: Fix a circular reference caused by object and function objects > being able to have prope

Re: [3/4] jscript: Fix various memory and reference count leaks.

2009-12-30 Thread Jacek Caban
Hi Rob, Thanks for your work on jscript. Unfortunately fixing Valgrind on jscript is not going to be easy. Most of your fixes are good, except clear_global part and "jscript: Fix a circular reference caused by object and function objects being able to have properties that are objects and func