mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
core: relex validity checks when destructing half-set up source outputs/sink inputs
This commit is contained in:
parent
5b0683d6cd
commit
1a05d67f07
2 changed files with 4 additions and 3 deletions
|
|
@ -359,8 +359,6 @@ static void source_output_free(pa_object* mo) {
|
|||
|
||||
pa_log_info("Freeing output %u \"%s\"", o->index, pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_MEDIA_NAME)));
|
||||
|
||||
pa_assert(!o->thread_info.attached);
|
||||
|
||||
if (o->thread_info.delay_memblockq)
|
||||
pa_memblockq_free(o->thread_info.delay_memblockq);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue