gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] FileIO extension eating up memory (was: Building extensi


From: strk
Subject: Re: [Gnash-dev] FileIO extension eating up memory (was: Building extensions)
Date: Wed, 9 May 2007 12:05:27 +0200

On Wed, May 09, 2007 at 10:14:48AM +0200, Udo Giacomozzi wrote:
> Wednesday, May 9, 2007, 9:54:59 AM, I wrote:
> s>> I committed a fix for this bug. USE_EXTENSIONS was never defined.
> s>> Now it works (but won't work with --disable-shared).
> 
> UG> Great!!! Thanks! You saved me ;)
> 
> I'm less euphoric now :/
> 
> I see attachInterface() is called each time I open* a file and thus
> Gnash is quickly eating up all my memory...

I confirm the C++ code doesn't reflect the correct ActionScripti classes
initialization. It's calling attachInterface on every *instance*.
As long as you create multiple instances attachInterface() will be called
again.
I'm going to fix it now.

--strk;




reply via email to

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