opts-common.c (generate_canonical_option): Free opt_text it it has been allocated...
authorJakub Jelinek <jakub@redhat.com>
Fri, 11 Nov 2011 08:15:56 +0000 (09:15 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 11 Nov 2011 08:15:56 +0000 (09:15 +0100)
commitca3e7c9ffdf8d0478f51c49e68c5f13eb90fe8c4
tree291ec2bfa4e2893e68548230cb4d74aeb094277c
parentd3cfd39e65e6f783ff5fa83fdfa49f3ab979298c
opts-common.c (generate_canonical_option): Free opt_text it it has been allocated here and not stored anywhere.

* opts-common.c (generate_canonical_option): Free opt_text
it it has been allocated here and not stored anywhere.

From-SVN: r181282
gcc/ChangeLog
gcc/opts-common.c