1
0
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:
Daniel Stenberg 2020-05-08 10:25:38 +02:00
parent 1fa3733997
commit 92501a12a2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 {