1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 06:24:14 -04:00
Anis Elleuch 9439dfef64 Use defer style to stop tickers to avoid current/possible misuse ()
This commit ensures that all tickers are stopped using defer ticker.Stop()
style. This will also fix one bug seen when a client starts to listen to
event notifications and that case will result a leak in tickers.
2018-05-04 10:43:20 -07:00
..