Clean bug

pull/59/head
刘河 2019-02-24 16:51:54 +08:00
parent 7f94b3871a
commit e65ab33749
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ func (s *Bridge) linkCleanSession() {
} }
v.Unlock() v.Unlock()
} }
s.clientLock.RUnlock() s.clientLock.Unlock()
} }
} }
} }