mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
try to vacuum a little when nothing is going on
This commit is contained in:
parent
e8d7c50c00
commit
620bf84573
4 changed files with 17 additions and 0 deletions
|
|
@ -468,6 +468,8 @@ void pa_sink_input_unlink(pa_sink_input *i) {
|
|||
i->sink = NULL;
|
||||
}
|
||||
|
||||
pa_core_maybe_vacuum(i->core);
|
||||
|
||||
pa_sink_input_unref(i);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue