From 1d0bd6e5b77b372cd5168d2d19713c201df71d66 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Jan 2009 01:55:26 +0100 Subject: remove bogus pa_core_check_idle() call --- src/pulsecore/card.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pulsecore/card.c') 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) { -- cgit