mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
reset lock_fd_mutex after destruction
This commit is contained in:
parent
3c88af711e
commit
a176f68e0a
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ static void unref(pa_bool_t after_fork) {
|
|||
pa_mutex_unlock(lock_fd_mutex);
|
||||
|
||||
pa_mutex_free(lock_fd_mutex);
|
||||
lock_fd_mutex = NULL;
|
||||
|
||||
pa_close(pipe_fd[0]);
|
||||
pa_close(pipe_fd[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue