mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
pulseaudiosink: fix caps leak
This commit is contained in:
parent
37c8abcdbd
commit
d6a9de9e2a
1 changed files with 1 additions and 0 deletions
|
@ -872,6 +872,7 @@ gst_pulse_audio_sink_sink_setcaps (GstPad * pad, GstCaps * caps)
|
|||
|
||||
GST_PULSE_AUDIO_SINK_UNLOCK (pbin);
|
||||
|
||||
gst_caps_unref (caps);
|
||||
gst_object_unref (pbin);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue