* gmon_io.c (gmon_out_read): Remove double fclose of input file.
authorNick Clifton <nickc@redhat.com>
Wed, 16 Jun 2010 08:04:21 +0000 (08:04 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 16 Jun 2010 08:04:21 +0000 (08:04 +0000)
gprof/ChangeLog
gprof/gmon_io.c

index 4370951fa84e7cdbcbff927b94dd6e228dc130e2..347ac07f3e0117654d984be0f9e89f497e98537e 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-15  Doug Semler  <dougsemler@gmail.com>
+
+       * gmon_io.c (gmon_out_read): Remove double fclose of input file.
+
 2010-06-08  Nick Clifton  <nickc@redhat.com>
 
        * gprof.texi (Sampling Error): Note that call counts and basic
index 1b046d4ed5efe22d090919dc197b941eeca48110..fbb89f50e72657cb2aadcbb2b219ceecb082cb07 100644 (file)
@@ -551,8 +551,6 @@ gmon_out_read (const char *filename)
          cg_tally (from_pc, self_pc, count);
        }
 
-      fclose (ifp);
-
       if (hz == HZ_WRONG)
        {
          /* How many ticks per second?  If we can't tell, report
This page took 0.025238 seconds and 4 git commands to generate.