diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulsecore/memblock.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c index f3e400ee..f0e2b4c9 100644 --- a/src/pulsecore/memblock.c +++ b/src/pulsecore/memblock.c @@ -743,7 +743,7 @@ pa_memimport* pa_memimport_new(pa_mempool *p, pa_memimport_release_cb_t cb, void      pa_assert(cb);      i = pa_xnew(pa_memimport, 1); -    i->mutex = pa_mutex_new(0); +    i->mutex = pa_mutex_new(1);      i->pool = p;      i->segments = pa_hashmap_new(NULL, NULL);      i->blocks = pa_hashmap_new(NULL, NULL); | 
