mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
rtpg726pay: don't leak encoding_name string
https://bugzilla.gnome.org/show_bug.cgi?id=722159
This commit is contained in:
parent
b80e3a4690
commit
70be4fa24a
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ gst_rtp_g726_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
|
|||
"encoding-name = (string) AAL2-%s", encoding_name, encoding_name);
|
||||
filter = gst_caps_from_string (capsstr);
|
||||
g_free (capsstr);
|
||||
g_free (encoding_name);
|
||||
|
||||
/* intersect to filter */
|
||||
intersect = gst_caps_intersect (peercaps, filter);
|
||||
|
|
Loading…
Reference in a new issue