You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: