Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JackClient: Lock before killing client notification thread
The client notification thread locks a mutex before reading/writing from/to the socket. If the thread is killed while the lock is taken it would leave the mutex dangling. To avoid this take the mutex and then kill the client notification thread. Signed-off-by: Laxmi Devi <[email protected]>
- Loading branch information