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

@ -335,6 +335,8 @@ void pa_source_output_unlink(pa_source_output*o) {
o->source = NULL;
}
pa_core_maybe_vacuum(o->core);
pa_source_output_unref(o);
}