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; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

