gcc/c++tools
Jonathan Wakely c9bf4d4354 c++tools: Fix memory leak
The allocated memory is not freed when returning early due to an error.

c++tools/ChangeLog:

	* resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
	to ensure memory is freed before returning.
2021-10-26 18:16:31 +01:00
..
ChangeLog Daily bump. 2021-10-23 00:16:26 +00:00
config.h.in c++tools, configury: Configure with C++; test checking status [PR98821]. 2021-07-21 13:40:17 +01:00
configure c++tools, configury: Configure with C++; test checking status [PR98821]. 2021-07-21 13:40:17 +01:00
configure.ac c++tools, configury: Configure with C++; test checking status [PR98821]. 2021-07-21 13:40:17 +01:00
Makefile.in Add install-dvi Makefile targets. 2021-10-22 15:43:50 -07:00
resolver.cc c++tools: Fix memory leak 2021-10-26 18:16:31 +01:00
resolver.h c++tools : Add a simple handler for ModuleCompiledRequest. 2021-09-14 19:17:34 +01:00
server.cc c++tools, configury: Configure with C++; test checking status [PR98821]. 2021-07-21 13:40:17 +01:00