gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Memory leak detected


From: Udo Giacomozzi
Subject: [Gnash-dev] Memory leak detected
Date: Tue, 3 Jul 2007 11:21:20 +0200

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

Attachment: memleak-test3.swf
Description: application/shockwave-flash


reply via email to

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