Re: How to delete memory allocated by XMLString::transcode

2002-01-24 Thread Joachim Achtzehnter
Alex Brown wrote: > > "NOTE: The returned buffer is dynamically allocated and is the > responsibility of the caller to delete it when not longer needed." > > But what function should be used for deleting the buffer? There's no > guarantee (is there?) that the delete[] I might be using properly > c

Re: How to delete memory allocated by XMLString::transcode

2002-01-24 Thread David N Bertoni/CAM/Lotus
tus) Subject: How to delete memory allocated by XMLString::transcode 01/24/2002 07:28

RE: How to delete memory allocated by XMLString::transcode

2002-01-24 Thread Samar Lotia
There is a version of XMLString::transcode that allows the caller to pass in a buffer. I would suggest using this. Samar Lotia -Original Message- From: Alex Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 9:29 AM To: '[EMAIL PROTECTED]' Subject: How to del

How to delete memory allocated by XMLString::transcode

2002-01-24 Thread Alex Brown
The docs say: "NOTE: The returned buffer is dynamically allocated and is the responsibility of the caller to delete it when not longer needed." But what function should be used for deleting the buffer? There's no guarantee (is there?) that the delete[] I might be using properly corresponds to t