fix bad free()

This commit is contained in:
Lennart Poettering 2009-01-19 22:02:40 +01:00
parent b43a45d184
commit b987e5eeb8

View file

@ -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) {