Fix 2 more leaks related to gen_command_line_string.
authorMartin Liska <mliska@suse.cz>
Mon, 15 Feb 2021 10:28:19 +0000 (11:28 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 15 Feb 2021 15:01:58 +0000 (16:01 +0100)
commit40f235b5f00009ea35fcd8fae08566e65a864a46
treebc4d7c1c9f4dfe3de6f61b65b7a4e63526df1664
parent26cedbce4b41df859428c036569723784f7e897f
Fix 2 more leaks related to gen_command_line_string.

gcc/ChangeLog:

* toplev.c (init_asm_output): Free output of
gen_command_line_string function.
(process_options): Likewise.
gcc/toplev.c