This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Plug more memory leaks in vms.c.
authorCraig A. Berry <craigberry@mac.com>
Sat, 3 Jul 2010 00:04:35 +0000 (19:04 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 3 Jul 2010 00:07:16 +0000 (19:07 -0500)
commit9e2bec029fb0c747ff8d682f110159537237714b
tree28eee703823d2faf800e64bea720b835bf1d7f53
parent8bae1a1ef1c5f80478c931b196ed236a1a222e3e
Plug more memory leaks in vms.c.

In Perl_rename() we were allocating the same thing twice.

In vms_fid_to_name() (used by realpath() and realname()), we had
another flagrant omission of freeing local storage.
vms/vms.c