mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
cutter: fix leak of unused GValue
This commit is contained in:
parent
e9e0bebde3
commit
cf81df8058
1 changed files with 0 additions and 3 deletions
|
@ -191,9 +191,6 @@ static GstMessage *
|
|||
gst_cutter_message_new (GstCutter * c, gboolean above, GstClockTime timestamp)
|
||||
{
|
||||
GstStructure *s;
|
||||
GValue v = { 0, };
|
||||
|
||||
g_value_init (&v, GST_TYPE_LIST);
|
||||
|
||||
s = gst_structure_new ("cutter",
|
||||
"above", G_TYPE_BOOLEAN, above,
|
||||
|
|
Loading…
Reference in a new issue