mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
fix copy/paste error
This commit is contained in:
parent
16d200e369
commit
b6b0e07c31
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ void pa_source_unlink(pa_source *s) {
|
|||
pa_idxset_remove_by_data(s->core->sources, s, NULL);
|
||||
|
||||
if (s->card)
|
||||
pa_idxset_remove_by_data(s->card->sinks, s, NULL);
|
||||
pa_idxset_remove_by_data(s->card->sources, s, NULL);
|
||||
|
||||
while ((o = pa_idxset_first(s->outputs, NULL))) {
|
||||
pa_assert(o != j);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue