[0.10] gst-plugins-good: cutter: fix leak of unused GValue
Tim Müller
tpm at kemper.freedesktop.org
Wed Jan 18 03:55:43 PST 2012
Module: gst-plugins-good
Branch: 0.10
Commit: a30f0d3b9c5b79ba42878f1937d14f87856a6121
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=a30f0d3b9c5b79ba42878f1937d14f87856a6121
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Mon Jan 16 17:51:18 2012 +0000
cutter: fix leak of unused GValue
---
gst/cutter/gstcutter.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 72b90db..a8d95d5 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,
More information about the gstreamer-commits
mailing list