diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-27 00:16:33 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-27 00:16:33 +0000 |
| commit | 3ff5b4edbed4d7b31a88e748e482b01fb5428a8c (patch) | |
| tree | 0c3e20e1c02262580ef2a38db00fec46c36b05b4 /c++tools | |
| parent | ab10383aaebf2feebd2b6d68247f2520eff48f79 (diff) | |
Daily bump.
Diffstat (limited to 'c++tools')
| -rw-r--r-- | c++tools/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog index aa2fccd7769..322b31b877f 100644 --- a/c++tools/ChangeLog +++ b/c++tools/ChangeLog @@ -1,3 +1,8 @@ +2021-10-26 Jonathan Wakely <jwakely@redhat.com> + + * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr + to ensure memory is freed before returning. + 2021-10-22 Eric Gallager <egallager@gcc.gnu.org> PR other/102663 |
