mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
checksrc: close the .checksrc file handle when done reading
This commit is contained in:
parent
1fa3733997
commit
92501a12a2
@ -120,6 +120,7 @@ sub readlocalfile {
|
|||||||
die "Invalid format in $dir/.checksrc on line $i\n";
|
die "Invalid format in $dir/.checksrc on line $i\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
close($rcfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub checkwarn {
|
sub checkwarn {
|
||||||
|
Loading…
Reference in New Issue
Block a user