mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix bad free()
This commit is contained in:
parent
b43a45d184
commit
b987e5eeb8
1 changed files with 0 additions and 2 deletions
|
|
@ -658,8 +658,6 @@ snd_pcm_t *pa_alsa_open_by_device_id(
|
||||||
|
|
||||||
return pcm_handle;
|
return pcm_handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_xfree(d);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (direction > 0) {
|
if (direction > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue