diff --git a/v2/internal/runner/runner.go b/v2/internal/runner/runner.go index 7de35024e..4f2cd443e 100644 --- a/v2/internal/runner/runner.go +++ b/v2/internal/runner/runner.go @@ -109,6 +109,7 @@ func New(options *Options) (*Runner, error) { dupeCount++ } } + input.Close() runner.input = sb.String() if dupeCount > 0 { gologger.Labelf("Supplied input was automatically deduplicated (%d removed).", dupeCount)