Memory leak in HttpHeader.h #1088
-
After updating my web radio project to the most recent version of arduino_audio_tools,
When lines.clear() is executed without preceding delete *it, the existing header lines become inaccessible, but memory is not released. Then, on the next start of an URL stream, new header lines are created instead of re-activating the existing ones. I fixed the problem locally by commenting out the lines.clear() statement, and successfully retested it. By the way: arduino_audio_tools is a great piece of work. I really appreciate it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Converted to an issue |
Beta Was this translation helpful? Give feedback.
Converted to an issue