Further improvements.
DynDocument.prototype.specificRemove=function() {
this.elm=this.doc=this.frame=null;
};
Dyndocument was not releasing browser objects, and some pages were
leaking because of that.
Eytan Heidingsfeld wrote:
> And the battle of evermore (memory loss) continues.
>
> Be str
And the battle of evermore (memory loss) continues.
Be strong and let the force be with you
8an
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev
CVS has been updated with a fix for those memory leaks introduced as of
version 2.51 ( or 2.52 ). Either update or change this code:
listeners.js
DynObject.prototype.del = function() {
this._listeners_del();
this.removeAllEventListeners();
};
should be
DynObject.prototype.del = functio