StringSplitter icon indicating copy to clipboard operation
StringSplitter copied to clipboard

memory leak

Open qinst64 opened this issue 1 year ago • 1 comments

Most of users just copy and paste example code, so StringSplitter_Example.ino better to explicitly free memory

delete splitter;

qinst64 avatar Jan 07 '24 08:01 qinst64

Well, this library does NOT deal with memory usage in a better way, so I switched to StringUtils instead for my quick project.

It creates a fixed size memory (by MAX inside code) rather than dynamically...

qinst64 avatar Jan 08 '24 16:01 qinst64