1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

sip: media-pipeline: Fix memory leak

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-05-02 02:34:08 +02:00
parent 21e72c9e12
commit 9cd13ca681

View file

@ -360,7 +360,7 @@ initable_init (GInitable *initable,
GError **error)
{
CallsSipMediaPipeline *self = CALLS_SIP_MEDIA_PIPELINE (initable);
GstCaps *caps;
g_autoptr (GstCaps) caps = NULL;
g_autofree char *caps_string = NULL;
GstPad *srcpad, *sinkpad;
GstStructure *props = NULL;