mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Free the description key in alsa_path_free().
This commit is contained in:
parent
f7afaa2644
commit
c307093cf0
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ void pa_alsa_path_free(pa_alsa_path *p) {
|
|||
pa_proplist_free(p->proplist);
|
||||
pa_xfree(p->name);
|
||||
pa_xfree(p->description);
|
||||
pa_xfree(p->description_key);
|
||||
pa_xfree(p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue