Author: max
Date: 2007-08-16 21:07:26 -0700 (Thu, 16 Aug 2007)
New Revision: 6105
Modified:
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
Log:
Change 20070816-maxcarlson-h by [EMAIL PROTECTED] on 2007-08-16 19:59:43 PDT
in /Users/maxcarlson/openlaszlo/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Fix resource unload/reload in dhtml
New Features:
Bugs Fixed: LPP-4261 - Unable to load and unload resources repeatedly - DHTML
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests: See LPP-4261.
Modified:
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
2007-08-17 04:03:24 UTC (rev 6104)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
2007-08-17 04:07:26 UTC (rev 6105)
@@ -1438,6 +1438,8 @@
this.__ImgPool.destroy();
this.__ImgPool = null;
}
+ if (this.__LZimg) this.__discardElement(this.__LZimg);
+ this.__LZimg = null;
}
/**
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins