mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
debugspy: fix string leak
This commit is contained in:
parent
31cb57fbb7
commit
6b4038fed3
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ gst_debug_spy_transform_ip (GstBaseTransform * transform, GstBuffer * buf)
|
|||
"size", G_TYPE_UINT, GST_BUFFER_SIZE (buf),
|
||||
"caps", GST_TYPE_CAPS, GST_BUFFER_CAPS (buf), NULL);
|
||||
|
||||
g_free (checksum);
|
||||
|
||||
message =
|
||||
gst_message_new_element (GST_OBJECT (transform), message_structure);
|
||||
|
||||
|
|
Loading…
Reference in a new issue