diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 0e69a00251c0..a5b975316321 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -299,6 +299,7 @@ func (s *Service) loop() { } // Keep sending status updates until the connection breaks fullReport := time.NewTicker(15 * time.Second) + defer fullReport.Stop() for err == nil { select {