Most of users just copy and paste example code, so [`StringSplitter_Example.ino`](https://github.com/aharshac/StringSplitter/blob/master/examples/StringSplitter_Example/StringSplitter_Example.ino) better to explicitly free memory ```c++ delete splitter; ```
Most of users just copy and paste example code, so
StringSplitter_Example.inobetter to explicitly free memorydelete splitter;