This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
malloc() things must be free()d, not Safefree()d (bug in change#11280
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 11 Jan 2002 02:56:05 +0000 (02:56 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 11 Jan 2002 02:56:05 +0000 (02:56 +0000)
commit64aa0685a40fd2a9d443256e8bbb212e76a0828e
tree7e20ae4aca3f63f78541688397189faa30ff5cab
parent3ff56b75692f824d27e6db94beeb20f442f3a9b1
malloc() things must be free()d, not Safefree()d (bug in change#11280
revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)

turns out even the malloc() was never really needed to begin with,
so get rid of it

p4raw-link: @11280 on //depot/perl: dc507217b3331807446df6e7f16977ee2fdc418e

p4raw-id: //depot/perl@14177
sv.c