Klaus Schmidinger on Sunday 20 November 2005 12:41:
A copy ctor would certainly be a good idea. Please send a patch and let us know if that fixes your problem.
Adding the copy constructor fixes my problem by avoiding it. So I made two patches, both with the copy constructor, one also has a check for equal buffers in operator= and doesn't free them in this case.
Greetings Holger