forked from forks/go-ethereum
unlock mutex
This commit is contained in:
parent
3c14902649
commit
cb7cd03919
1 changed files with 2 additions and 0 deletions
|
|
@ -617,6 +617,8 @@ done:
|
|||
delete(self.messages, id)
|
||||
}
|
||||
}
|
||||
self.logMut.Unlock()
|
||||
self.messagesMut.Unlock()
|
||||
case <-self.quit:
|
||||
break done
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue