0x4a52466c696e74 %!s(int64=2) %!d(string=hai) anos
pai
achega
ce87f2bdca
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      cache/cachemap.go

+ 3 - 1
cache/cachemap.go

@@ -234,5 +234,7 @@ func (s *cacheMap) Clear() {
 // for garbage collector
 func destroyCacheMap(m *CacheMap) {
 	close(m.stopCleanerChan)
-	close(m.cleanedEventChan)
+	if m.cleanedEventChan != nil {
+		close(m.cleanedEventChan)
+	}
 }