cfree -> free

This commit is contained in:
Ken Raeburn
1994-09-23 19:12:14 +00:00
parent 5fe67aa8fb
commit a67d9a42cc
2 changed files with 8 additions and 3 deletions

View File

@ -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) Thu Sep 1 10:40:45 1994 Jeff Law (law@snake.cs.utah.edu)
* gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make

View File

@ -57,7 +57,7 @@ printprof()
flatprofline( np ); flatprofline( np );
} }
actime = 0.0; actime = 0.0;
cfree( sortednlp ); free( sortednlp );
if ( bflag && !bsd_style_output ) { if ( bflag && !bsd_style_output ) {
flat_blurb(stdout); flat_blurb(stdout);
} }
@ -244,7 +244,7 @@ printgprof(timesortnlp)
if (bsd_style_output) if (bsd_style_output)
printf( "\n" ); printf( "\n" );
} }
cfree( timesortnlp ); free( timesortnlp );
if ( bflag && !bsd_style_output) { if ( bflag && !bsd_style_output) {
fsf_callg_blurb(stdout); fsf_callg_blurb(stdout);
} }
@ -759,7 +759,7 @@ printindex()
} }
printf( "\n" ); printf( "\n" );
} }
cfree( namesortnlp ); free( namesortnlp );
} }
PTR PTR