diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pulsecore/card.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c index cb775534..f42ad91d 100644 --- a/src/pulsecore/card.c +++ b/src/pulsecore/card.c @@ -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) { |