Close the list input when we're done with it
This commit is contained in:
parent
788e133770
commit
91b43114ab
|
@ -337,6 +337,7 @@ sub load_packages_cache {
|
|||
}
|
||||
}
|
||||
$/ = $old_split; # Browse by line again
|
||||
close LIST;
|
||||
}
|
||||
|
||||
sub should_start_extra_nonfree {
|
||||
|
|
Loading…
Reference in New Issue