Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv30545

Modified Files:
        dyndocument.js 
Log Message:
Dyndocument was not releasing its pointers to frame and document. This caused some 
leaking ( up to 200ks in some cases ). Still so much path to walk but here goes a step.

Index: dyndocument.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dyndocument.js,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** dyndocument.js      2001/03/30 08:08:04     1.11
--- dyndocument.js      2001/05/08 17:23:30     1.12
***************
*** 23,26 ****
--- 23,29 ----
  DynDocument.prototype.specificCreate=function() {
  };
+ DynDocument.prototype.specificRemove=function() {
+       this.elm=this.doc=this.frame=null;
+ };
  DynDocument.prototype.getX=function() { return 0; };
  DynDocument.prototype.getY=function() { return 0; };


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to