summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-16 17:51:18 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-18 11:38:42 +0000
commita30f0d3b9c5b79ba42878f1937d14f87856a6121 (patch)
treef2df282962f9b2424d581479ea6d8517ac0e1441
parent354e9b2cbbcc639751a39ef449fd3b8614063131 (diff)
cutter: fix leak of unused GValue
-rw-r--r--gst/cutter/gstcutter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 72b90db12..a8d95d5ae 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -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,