mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
srtpdec: Fix GstCaps memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=721382
This commit is contained in:
parent
8663611af5
commit
e944195b64
1 changed files with 1 additions and 0 deletions
|
@ -797,6 +797,7 @@ gst_srtp_dec_sink_query (GstPad * pad, GstObject * parent, GstQuery * query,
|
|||
}
|
||||
|
||||
gst_query_set_caps_result (query, ret);
|
||||
gst_caps_unref (ret);
|
||||
return TRUE;
|
||||
|
||||
return_template:
|
||||
|
|
Loading…
Reference in a new issue