Hi,

I am using Xerces 1.4 with C++ Builder.

I have the following code:

char *attrValC = parent_node.getNodeName().transcode();
AnsiString nodeName = attrValC;
delete[] attrValC;

I've noticed that I have memory leak here. Where I run the program with
the CodeGuard I get "Bad object array ..." message.

Anybody can help!

Thanks

Yasha

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

Reply via email to