Plug memory leak in attribute target_clones
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 3 Nov 2022 20:52:51 +0000 (21:52 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 6 Nov 2022 00:53:20 +0000 (01:53 +0100)
commit07b0096e5b6749d88f5a22f694401abd6aaca551
tree325c01a37b3e616615d35c86c73624d0284a7c91
parentefbf11e97b476d7f85a3d5c599a6c11e211362e8
Plug memory leak in attribute target_clones

It looks like there was some memory leak in the handling
of attribute target_clones.

Ok for trunk if testing passes?

gcc/ChangeLog:

* multiple_target.cc (expand_target_clones): Free memory.

Signed-off-by: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
gcc/multiple_target.cc