mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
identity: Fix a minor leak using meta_str
This commit is contained in:
parent
109bdd0c25
commit
0b1c2f715a
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ gst_identity_update_last_message_for_buffer (GstIdentity * identity,
|
|||
GST_BUFFER_OFFSET (buf), GST_BUFFER_OFFSET_END (buf),
|
||||
GST_BUFFER_FLAGS (buf), flag_str, meta_str ? meta_str : "none", buf);
|
||||
g_free (flag_str);
|
||||
g_free (meta_str);
|
||||
|
||||
GST_OBJECT_UNLOCK (identity);
|
||||
|
||||
|
|
Loading…
Reference in a new issue