sip: media-pipeline: Fix memory leak
This commit is contained in:
@@ -360,7 +360,7 @@ initable_init (GInitable *initable,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
CallsSipMediaPipeline *self = CALLS_SIP_MEDIA_PIPELINE (initable);
|
CallsSipMediaPipeline *self = CALLS_SIP_MEDIA_PIPELINE (initable);
|
||||||
GstCaps *caps;
|
g_autoptr (GstCaps) caps = NULL;
|
||||||
g_autofree char *caps_string = NULL;
|
g_autofree char *caps_string = NULL;
|
||||||
GstPad *srcpad, *sinkpad;
|
GstPad *srcpad, *sinkpad;
|
||||||
GstStructure *props = NULL;
|
GstStructure *props = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user