This commit is contained in:
Kovid Goyal
2022-12-13 10:20:02 +05:30
parent fefafda9a0
commit 0ab618c2dc
3 changed files with 5 additions and 4 deletions

View File

@@ -302,6 +302,7 @@ func run_get_loop(opts *Options, args []string) (err error) {
return fmt.Errorf("Could not detect the MIME type for: %s use --mime to specify it manually", arg)
}
}
defer func() {
for _, o := range outputs {
if o.dest != nil {