Skip to content
Snippets Groups Projects
Commit 2b7bc95a authored by Manish R Jain's avatar Manish R Jain
Browse files

Apparently lock manager isn't being cleaned up. Add a TODO.

parent 69a187c5
Branches
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ func (lm *lockManager) clean() { ...@@ -97,6 +97,7 @@ func (lm *lockManager) clean() {
func init() { func init() {
lmgr = new(lockManager) lmgr = new(lockManager)
lmgr.locks = make(map[string]*entry) lmgr.locks = make(map[string]*entry)
// TODO(manishrjain): This map should be cleaned up.
// go lmgr.clean() // go lmgr.clean()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment