mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Fix compile time warning building with gcc 11.
PR 26795 * elfedit.c (process_archive): Remove spurious call to free().
This commit is contained in:
@ -655,7 +655,6 @@ process_archive (const char * file_name, FILE * file,
|
||||
|
||||
fclose (member_file);
|
||||
free (member_file_name);
|
||||
free (qualified_name);
|
||||
}
|
||||
else if (is_thin_archive)
|
||||
{
|
||||
|
Reference in New Issue
Block a user