mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-13 13:29:58 -05:00
Fix call to pa_mutex_new().
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1358 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f84c65ed86
commit
647ef180c3
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ void pa_thread_yield(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void thread_once_once_func(void) {
|
static void thread_once_once_func(void) {
|
||||||
once_mutex = pa_mutex_new();
|
once_mutex = pa_mutex_new(0);
|
||||||
assert(once_mutex);
|
assert(once_mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue