projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109bdd0
)
identity: Fix a minor leak using meta_str
author
Stéphane Cerveau
<scerveau@collabora.com>
Fri, 13 Mar 2020 11:14:08 +0000
(12:14 +0100)
committer
Stéphane Cerveau
<scerveau@collabora.com>
Fri, 13 Mar 2020 11:14:08 +0000
(12:14 +0100)
plugins/elements/gstidentity.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstidentity.c
b/plugins/elements/gstidentity.c
index b7ada3356d3370eab5c240e8adb0b54afcd6c281..a653428c9ab999213cb3d1d3f364f9280ab8c0e3 100644
(file)
--- 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);