mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
pulse: Explicitly ignore pa_mainloop_run() return value in thread function
Coverity ID: #1137975 Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
parent
fa7329a2dd
commit
d065e4d114
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ static void thread(void *userdata) {
|
||||||
|
|
||||||
pa_mutex_lock(m->mutex);
|
pa_mutex_lock(m->mutex);
|
||||||
|
|
||||||
pa_mainloop_run(m->real_mainloop, NULL);
|
(void) pa_mainloop_run(m->real_mainloop, NULL);
|
||||||
|
|
||||||
pa_mutex_unlock(m->mutex);
|
pa_mutex_unlock(m->mutex);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue