If the compression is successful, and I later release the (compressed)
NSData, buffer is still around, right?
No, from the documentation for + (id)dataWithBytes: length:
"The returned object takes ownership of the bytes pointer and frees it
on deallocation. Therefore, bytes must point to a memory block
allocated with malloc."
Matt
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com