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
..
2021-10-23 00:16:26 +00:00
2021-10-22 15:43:50 -07:00
2021-10-26 18:16:31 +01:00