try to vacuum a little when nothing is going on

This commit is contained in:
Lennart Poettering 2009-02-25 09:13:19 +01:00
parent e8d7c50c00
commit 620bf84573
4 changed files with 17 additions and 0 deletions

View file

@ -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);
}