Yet, I found another memory leak in Gnash. A simple movie (no graphics) with this AS code leaks:
this.onEnterFrame = function() {
somefunc();
}
function somefunc() {
}
SWF is attached. Without the call to somefunc() there is *no* leak.
I suggest you run Gnash with -d 1 so you can see how it consumes
memory:
while :; do cat /proc/$(pidof lt-gnash)/statm ; sleep 1 ; done
Udo
memleak-test3.swf
Description: application/shockwave-flash
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

