Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory leak #4

Open
qinst64 opened this issue Jan 7, 2024 · 1 comment
Open

memory leak #4

qinst64 opened this issue Jan 7, 2024 · 1 comment

Comments

@qinst64
Copy link

qinst64 commented Jan 7, 2024

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

delete splitter;
@qinst64
Copy link
Author

qinst64 commented Jan 8, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant