Description
The getWholeText API allocates memory using the memory manager instead of relying on DOMDocument's pool; so the const XMLCh* returned is either leaked or manually freed by the caller after casting off the const modifier
The getWholeText API allocates memory using the memory manager instead of relying on DOMDocument's pool; so the const XMLCh* returned is either leaked or manually freed by the caller after casting off the const modifier