Re: [PATCH] icf: Fix memory leak of a vector.

2021-06-01 Thread Jeff Law via Gcc-patches
On 6/1/2021 8:28 AM, Martin Liška wrote: Simple leak fix. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * ipa-icf.h: Use auto_vec for memory_access_types. OK jeff

[PATCH] icf: Fix memory leak of a vector.

2021-06-01 Thread Martin Liška
Simple leak fix. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * ipa-icf.h: Use auto_vec for memory_access_types. --- gcc/ipa-icf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git