From f15f0d5839479f8511621b88fa4bdcca3b89cc32 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 14 Sep 2019 18:05:45 -0600 Subject: Eliminate some TODOs --- caddy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caddy.go') diff --git a/caddy.go b/caddy.go index 84f4dbe..b91ae79 100644 --- a/caddy.go +++ b/caddy.go @@ -93,7 +93,7 @@ func Run(newCfg *Config) error { return fmt.Errorf("creating storage value: %v", err) } newCfg.storage = stor - newCfg.StorageRaw = nil // allow GC to deallocate - TODO: Does this help? + newCfg.StorageRaw = nil // allow GC to deallocate } if newCfg.storage == nil { newCfg.storage = &certmagic.FileStorage{Path: dataDir()} -- cgit v1.2.3