svnno****@sourc*****
svnno****@sourc*****
2009年 3月 18日 (水) 23:34:59 JST
Revision: 1098
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1098
Author: dhrname
Date: 2009-03-18 23:34:59 +0900 (Wed, 18 Mar 2009)
Log Message:
-----------
STUseElementのpaintとxlinkメンバの解放
Modified Paths:
--------------
branches/04x/046/sie.js
Modified: branches/04x/046/sie.js
===================================================================
--- branches/04x/046/sie.js 2009-03-18 14:30:55 UTC (rev 1097)
+++ branches/04x/046/sie.js 2009-03-18 14:34:59 UTC (rev 1098)
@@ -898,6 +898,7 @@
STUseElement.prototype.set = function(){
try {
this.paint.setStyle();
+ this.paint = this.xlink = null;
} catch(e) {stlog.add(e,85436);}
}