projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe67aa
)
cfree -> free
author
Ken Raeburn
<raeburn@cygnus>
Fri, 23 Sep 1994 19:12:14 +0000
(19:12 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 23 Sep 1994 19:12:14 +0000
(19:12 +0000)
gprof/ChangeLog
patch
|
blob
|
history
gprof/printgprof.c
patch
|
blob
|
history
diff --git
a/gprof/ChangeLog
b/gprof/ChangeLog
index ebdc4dc861292a964f30a40a9604b0d4f72baeb3..79a60419f50390ce262b934a106d6c77858febbb 100644
(file)
--- a/
gprof/ChangeLog
+++ b/
gprof/ChangeLog
@@
-1,3
+1,8
@@
+Fri Sep 23 15:06:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * printgprof.c (printprof): Use free, not cfree.
+ (printgprof, printindex): Ditto.
+
Thu Sep 1 10:40:45 1994 Jeff Law (law@snake.cs.utah.edu)
* gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
diff --git
a/gprof/printgprof.c
b/gprof/printgprof.c
index a71767389e15a723b2e5eb31e71413a84af05136..f4e5167784caa89278be8d40bf082b18609ea8ef 100644
(file)
--- a/
gprof/printgprof.c
+++ b/
gprof/printgprof.c
@@
-57,7
+57,7
@@
printprof()
flatprofline( np );
}
actime = 0.0;
-
c
free( sortednlp );
+ free( sortednlp );
if ( bflag && !bsd_style_output ) {
flat_blurb(stdout);
}
@@
-244,7
+244,7
@@
printgprof(timesortnlp)
if (bsd_style_output)
printf( "\n" );
}
-
c
free( timesortnlp );
+ free( timesortnlp );
if ( bflag && !bsd_style_output) {
fsf_callg_blurb(stdout);
}
@@
-759,7
+759,7
@@
printindex()
}
printf( "\n" );
}
-
c
free( namesortnlp );
+ free( namesortnlp );
}
PTR