Eliminate some TODOs

This commit is contained in:
Matthew Holt
2019-09-14 18:05:45 -06:00
parent e73b117332
commit f15f0d5839
9 changed files with 15 additions and 15 deletions

View File

@ -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()}