[Laszlo-checkins] r7995 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf

bargull@openlaszlo.org bargull at openlaszlo.org
Mon Feb 11 13:57:32 PST 2008


Author: bargull
Date: 2008-02-11 13:57:29 -0800 (Mon, 11 Feb 2008)
New Revision: 7995

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSprite.as
Log:
Change 20080206-bargull-0 by bargull at dell--p4--2-53 on 2008-02-06 21:22:48
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: unregister delegates

New Features:

Bugs Fixed: LPP-5408 - "Missing "LzDelegate#unregisterAll(..)" in LzSprite"

Technical Reviewer: ptw (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
added unregister for delegates

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSprite.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSprite.as	2008-02-11 09:00:34 UTC (rev 7994)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSprite.as	2008-02-11 21:57:29 UTC (rev 7995)
@@ -982,6 +982,13 @@
         this.doQueuedDel.unregisterAll();
         delete this.doQueuedDel;
     }
+    
+    if (this._moDel) {
+        this._moDel.unregisterAll();
+        delete this._moDel;
+        this._muDel.unregisterAll();
+        delete this._muDel;
+    }
 
     this.__LZFinishDestroyOnIdle();
 }



More information about the Laszlo-checkins mailing list