From 7c3333643362e702eb61a0be47dc0b07805d0bb2 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Wed, 29 Jun 2016 17:29:36 +0300 Subject: [PATCH] Add missing change --- input_file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/input_file.go b/input_file.go index 37e2b6a..6dfffc4 100644 --- a/input_file.go +++ b/input_file.go @@ -230,6 +230,7 @@ func (i *FileInput) Close() error { i.exit <- true + for _, r := range i.readers { r.Close() }