On Fri, Jun 29, 2007 at 11:59:35AM +0200, Udo Giacomozzi wrote: > > Friday, June 29, 2007, 11:45:58 AM, I wrote: > UG> At the other hand I don't understand why "gettersetter" is freed > UG> immediately when the function returns.. > > That should be: NOT freed when the function returns..
builtin_function like any other as_function have a "constructor" property pointing to self, so have an intrinsic circular reference built-in which means will never be destroied by the reference-counting mechanism. The GC model should cleanly destroy them. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

