picoproto
picoproto copied to clipboard
Memory leak
The field class deletes the contents of cached_messages but never the vector itself and thus leakes memory.
This can be fixed by inserting the following line at picoproto.cc 193: delete cached_messages;