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

Will strings in auto_string be freed if CONFIG_FEATURE_CLEAN_UP is enabled? #74

Open
versaloon opened this issue Aug 19, 2023 · 0 comments

Comments

@versaloon
Copy link

I'm using busybox in a memory constrained hardware with 320K bytes heap, so CONFIG_FEATURE_CLEAN_UP is enabed.

But I found there is some memory leakage when using auto_string, after looking into the source code, I found that the allocated string stored in auto_string will not be freed, is that true or any fix available to this problem?

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