< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Problem with memory corruption


I'm having some problems that I think are partially caused by a buffer
getting freed twice and mostly cause by me not understanding how Data works.

What is the Take, Share, Borrow stuff mean in Data?

If I have a buffer and I want the Data to make a copy of the buffer in the
constructor then never touch the buffer again including not freeing it, What
do I do?

Thanks, Cullen