diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index b7ada3356d..a653428c9a 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -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);