mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
remove bogus pa_core_check_idle() call
This commit is contained in:
parent
dc2a4bd887
commit
1d0bd6e5b7
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ void pa_card_free(pa_card *c) {
|
||||||
pa_xfree(c->driver);
|
pa_xfree(c->driver);
|
||||||
pa_xfree(c->name);
|
pa_xfree(c->name);
|
||||||
pa_xfree(c);
|
pa_xfree(c);
|
||||||
|
|
||||||
pa_core_check_idle(core);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int pa_card_set_profile(pa_card *c, const char *name) {
|
int pa_card_set_profile(pa_card *c, const char *name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue