This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix leaks in *DBM_File; safemalloc()ed things need to be freed with
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 15 Feb 2000 05:17:56 +0000 (05:17 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 15 Feb 2000 05:17:56 +0000 (05:17 +0000)
commiteb99164fe573f928a1e23c686cddfafdbe9ae10a
treeeae8bb5b4209240a71a8c3f8e94c84498fcfb101
parent850fabdf2ccd0a80b987899ff0014695459be38a
fix leaks in *DBM_File; safemalloc()ed things need to be freed with
safefree() rather than Safefree()

p4raw-id: //depot/perl@5091
ext/DB_File/DB_File.xs
ext/GDBM_File/GDBM_File.xs
ext/NDBM_File/NDBM_File.xs
ext/ODBM_File/ODBM_File.xs
ext/SDBM_File/SDBM_File.xs