mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
779579b349
commit
42dd52c7fe
8 changed files with 69 additions and 11 deletions
|
|
@ -835,6 +835,10 @@ static int impl_clear(struct spa_handle *handle)
|
|||
{
|
||||
struct impl *this = (struct impl *) handle;
|
||||
remove_sources(this);
|
||||
if (this->card) {
|
||||
acp_card_destroy(this->card);
|
||||
this->card = NULL;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue