mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
fix copynpaste error
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1775 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
45ba7117dc
commit
e4eefb8ce0
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ static void source_output_free(pa_object* mo) {
|
|||
|
||||
pa_assert(pa_source_output_refcnt(o) == 0);
|
||||
|
||||
if (PA_SOURCE_LINKED(o->state))
|
||||
if (PA_SOURCE_OUTPUT_LINKED(o->state))
|
||||
pa_source_output_unlink(o);
|
||||
|
||||
pa_log_info("Freeing output %u \"%s\"", o->index, o->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue