gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Memory leak in array.cpp


From: strk
Subject: Re: [Gnash-dev] Memory leak in array.cpp
Date: Fri, 29 Jun 2007 17:15:15 +0200

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]