mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
parent
779579b349
commit
42dd52c7fe
8 changed files with 69 additions and 11 deletions
|
|
@ -3760,6 +3760,9 @@ static void mapping_free(pa_alsa_mapping *m) {
|
|||
if (m->output_path_set)
|
||||
pa_alsa_path_set_free(m->output_path_set);
|
||||
|
||||
pa_proplist_free(m->input_proplist);
|
||||
pa_proplist_free(m->output_proplist);
|
||||
|
||||
pa_assert(!m->input_pcm);
|
||||
pa_assert(!m->output_pcm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue