X-Git-Url: http://git.etherboot.org/people/mcb30/busybox.git/blobdiff_plain/912c970fa5c59bf7e4afc3a09f0424e3bf4d2e36..0d105a31598bd07d5344d0c36de8ad74f837fe04:/editors/sed.c diff --git a/editors/sed.c b/editors/sed.c index a2e2b734..dcdf382d 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -157,7 +157,7 @@ static void sed_free_and_close_stuff(void) sed_cmd = sed_cmd_next; } - if (G.hold_space) free(G.hold_space); + free(G.hold_space); while (G.current_input_file < G.input_file_count) fclose(G.input_file_list[G.current_input_file++]);