mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:54:39 +03:00
checksrc: close the .checksrc file handle when done reading
This commit is contained in:
parent
1fa3733997
commit
92501a12a2
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ sub readlocalfile {
|
|||
die "Invalid format in $dir/.checksrc on line $i\n";
|
||||
}
|
||||
}
|
||||
close($rcfile);
|
||||
}
|
||||
|
||||
sub checkwarn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue