summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulse/pcm_pulse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 9a50aff..a5f794f 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -917,6 +917,7 @@ error:
if (pcm->p)
pulse_free(pcm->p);
+ free(pcm->device);
free(pcm);
return err;