https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99029
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:9eb7669cc040882992dee3621ebacf4f0311e8a0 commit r11-7166-g9eb7669cc040882992dee3621ebacf4f0311e8a0 Author: Richard Biener <rguent...@suse.de> Date: Wed Feb 10 09:13:01 2021 +0100 ipa/99029 - fix memory leak in propagate_malloc This makes sure to release the vec<> of callees. 2021-02-10 Richard Biener <rguent...@suse.de> PR ipa/99029 * ipa-pure-const.c (propagate_malloc): Use an auto_vec<> for callees.