cutter: fix leak of unused GValue
This commit is contained in:
parent
e9e0bebde3
commit
cf81df8058
@ -191,9 +191,6 @@ static GstMessage *
|
|||||||
gst_cutter_message_new (GstCutter * c, gboolean above, GstClockTime timestamp)
|
gst_cutter_message_new (GstCutter * c, gboolean above, GstClockTime timestamp)
|
||||||
{
|
{
|
||||||
GstStructure *s;
|
GstStructure *s;
|
||||||
GValue v = { 0, };
|
|
||||||
|
|
||||||
g_value_init (&v, GST_TYPE_LIST);
|
|
||||||
|
|
||||||
s = gst_structure_new ("cutter",
|
s = gst_structure_new ("cutter",
|
||||||
"above", G_TYPE_BOOLEAN, above,
|
"above", G_TYPE_BOOLEAN, above,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user