toit icon indicating copy to clipboard operation
toit copied to clipboard

MessageEncoder probably leaks memory when there are errors during encoding.

Open erikcorry opened this issue 2 years ago • 1 comments

The destructor needs to clean up, and there needs to be a dont_free() method for use when its allocations have been handed over to the system (put in the Message).

erikcorry avatar Oct 07 '22 12:10 erikcorry

Did this get worse recently, @erikcorry?

kasperl avatar Oct 07 '22 12:10 kasperl

We believe this is solved by 2c60b5b2e47c33ba2eaea62ffb7e589300920497.

kasperl avatar Dec 13 '22 04:12 kasperl