PR ld/16028

* ldmain.c (add_keepsyms_file): Close file at end of function.
This commit is contained in:
Nick Clifton
2013-10-09 16:30:02 +00:00
parent b707aa49bf
commit d9313f4f43
2 changed files with 6 additions and 0 deletions

View File

@ -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. */