mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
tracers: Don't leak temporary GstStructure
CID: 1455462
This commit is contained in:
parent
77141834bb
commit
ebd0d664d4
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ gst_latency_tracer_constructed (GObject * object)
|
|||
|
||||
g_strfreev (split);
|
||||
}
|
||||
gst_structure_free (params_struct);
|
||||
}
|
||||
|
||||
g_free (params);
|
||||
|
|
Loading…
Reference in a new issue