"Christy, Rich" wrote:
> Actually purify was complaining of a memory leak with the list until I > deleted it. There may be an IDOM leak bug .... How does the caller retrieve parameter "const IDOM_Element *parentElement" ? If it is from the parser, then memory should be released when the parser is destroyed. If it is from an IDOM document that you are building, then delete the document itself should also release all the memory. If leak still persists after the parser / document is destroyed, then please open a bugzilla bug for further investigation. But no matter what, please remove "delete list;" which will corrupt the heap and core dump. Tinny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
