From 9f8ced40c574054de052849c43f69b66e1e91640 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Thu, 3 Aug 2017 08:08:08 +0200 Subject: Close the objectstore when done --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 51573a6..c753a01 100644 --- a/main.go +++ b/main.go @@ -44,6 +44,7 @@ func Main() int { if !loadConfig() { return 1 } + defer objectstore.Close() remaining := flag.Args() -- cgit v1.2.3-54-g00ecf