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
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ func (lm *lockManager) clean() {
func init() {
lmgr = new(lockManager)
lmgr.locks = make(map[string]*entry)
// TODO(manishrjain): This map should be cleaned up.
// go lmgr.clean()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment