Hi everybody,
simple question: do I have to call the "XMLString::release()" method when an
XMLCh* pointer is not used anymore?
If yes: what may happen if I do not call this method?
Example code:
XMLCh* xchImpl = NULL;
xchImpl = XMLString::transcode("Range");
DOMImplementation* impl =
DOMImplementationRegistry::getDOMImplementation(xchImpl);
XMLString::release(&xchImpl); //is this necessary?
Thanks for your reply,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]