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:
parent
21e72c9e12
commit
9cd13ca681
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue