Testing for memory leaks, UMR (Uninitialized Memory Read) was encountered for:
1. printing a DOMString
The "<<" operator has been overloaded in the DOMPrint example
and UMR is encountered in the following line:
char *p = s.transcode();
2. creating a Document
UMR is encountered in the following line:
DOM_Document doc = impl.createDocument(0, rootElementName, DOM_DocumentType());
How do we solve the above problems?
Regards,
Pallavi.
-- .......................................................... dOUbt Is nOt A plEAsAnt cOndItIOn, bUt cErtAInty Is AbsUrd
