diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-05-16 07:44:33 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@gcc.gnu.org> | 2017-05-16 07:44:33 +0000 |
commit | 3fc5147b9ba44ff5b8567d6c71b184cbe9595a96 (patch) | |
tree | 9c97903dc7e2bbf5cbd3fda824bff7b244cc176c /gcc/ChangeLog | |
parent | be742f1ebefc631d30c3711ada16f5fe5d3b9bac (diff) | |
download | gcc-3fc5147b9ba44ff5b8567d6c71b184cbe9595a96.zip gcc-3fc5147b9ba44ff5b8567d6c71b184cbe9595a96.tar.gz gcc-3fc5147b9ba44ff5b8567d6c71b184cbe9595a96.tar.bz2 |
plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)
From-SVN: r248088
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f94e442..48f1bee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-15 Sylvestre Ledru <sylvestre@debian.org> + + plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637) + 2017-05-15 Uros Bizjak <ubizjak@gmail.com> PR target/80425 |