Add target_ops argument to to_goto_bookmark
[deliverable/binutils-gdb.git] / gprof / corefile.c
index 0aabbadeba757cabb816909a99604345a29a08ed..44184dc9d48398b5b7a7e8468de5bef9b0e5c95e 100644 (file)
@@ -1,7 +1,6 @@
 /* corefile.c
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009,
-   2010, 2011, 2012  Free Software Foundation, Inc.
+   Copyright 1999-2013 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -164,6 +163,8 @@ read_function_mappings (const char *filename)
       symbol_map[i].is_first = 1;
 
   qsort (symbol_map, symbol_map_count, sizeof (struct function_map), cmp_symbol_map);
+
+  fclose (file);
 }
 
 void
This page took 0.022869 seconds and 4 git commands to generate.