This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fd closes for failure paths.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 7 May 2014 13:30:35 +0000 (09:30 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 29 May 2014 04:46:52 +0000 (14:46 +1000)
commit0a20f69bae04ff02616da2f0128de4e842151093
tree6b1eabaea3b4073cd87bcedbbcafa8809c4c82c5
parent0d3bd0a9e4912968103ee87e4bb695080725fbf8
fd closes for failure paths.

Fix for Coverity perl5 CIDs 29053, 29055, 29057: Resource leak (RESOURCE_LEAK)
leaked_handle: Handle variable fd going out of scope leaks the handle.
perlio.c