mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
PR ld/16028
* ldmain.c (add_keepsyms_file): Close file at end of function.
This commit is contained in:
@ -744,6 +744,7 @@ add_keepsyms_file (const char *filename)
|
||||
|
||||
free (buf);
|
||||
link_info.strip = strip_some;
|
||||
fclose (file);
|
||||
}
|
||||
|
||||
/* Callbacks from the BFD linker routines. */
|
||||
|
Reference in New Issue
Block a user