DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26607>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26607

DOMElement::setIdAttribute*() memory leak

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2004-02-12 18:23 -------
Merlin,

   The DOMNodeIDMap::fTable holds a bunch of existing DOMAttr* but not adopting
them and leaves the owing DOMElement taking of them. I am not sure if there is
any potential memory leakage or not due to the duplicated entries in the fTable. 

   However, it is a good idea to let the DOMAttrImpl::addAttrToIDNodeMap() works
the same way as DOMAttrImpl::removeAttrFromIDNodeMap() does, thanks.

Rgds,
PeiYong

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to