Bug 15739

Summary: strings in auto_string will not be freed even if CONFIG_FEATURE_CLEAN_UP is enabled
Product: Busybox Reporter: SimonQian <vsfos>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Other   
Host: Target:
Build:

Description SimonQian 2023-08-22 20:11:53 UTC
As the summary, I run some memory check on busybox, and get some memory leaks, after debug, I found the leaks are the strings in auto_string.

I'm using busybox on a memory constrained hardware, with 320K heap size, which is enough for elf busybox, but need CONFIG_FEATURE_CLEAN_UP working.