removed auto_ptr<char> for payload to a dedicated structure
Indeed, there was a clash into auto_ptr destructor (which does a delete) and the allocation which was done using new[]
Please register or sign in to comment
Indeed, there was a clash into auto_ptr destructor (which does a delete) and the allocation which was done using new[]