remove bogus pa_core_check_idle() call

This commit is contained in:
Lennart Poettering 2009-01-21 01:55:26 +01:00
parent dc2a4bd887
commit 1d0bd6e5b7

View file

@ -189,8 +189,6 @@ void pa_card_free(pa_card *c) {
pa_xfree(c->driver);
pa_xfree(c->name);
pa_xfree(c);
pa_core_check_idle(core);
}
int pa_card_set_profile(pa_card *c, const char *name) {