X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fstrings.c;h=111aa94ba0f0bc4675d4bea162edf0fead205bba;hb=843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1;hp=d0a0924215724f999effbce761bc5ce2317c8def;hpb=16cd02e01ed66758935250d8d7c0bee90608807c;p=oweals%2Fbusybox.git diff --git a/miscutils/strings.c b/miscutils/strings.c index d0a092421..111aa94ba 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -99,9 +99,9 @@ PIPE: status=EXIT_FAILURE; } } while ( --argc > 0 ); -#ifdef CONFIG_FEATURE_CLEAN_UP - free(string); -#endif + + if (ENABLE_FEATURE_CLEAN_UP) free(string); + bb_fflush_stdout_and_exit(status); }