From 4af5a2b7600692db2daf1301bc6feeb94ccdff65 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 16 Feb 2015 13:59:14 +0000 Subject: splitmuxsin: remove dead code Every instance of goto beach has buf_info equal NULL. Don't check for a condition that never happens. CID #1268399 --- gst/multifile/gstsplitmuxsink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/multifile/gstsplitmuxsink.c b/gst/multifile/gstsplitmuxsink.c index 695723bee..6143bcd4b 100644 --- a/gst/multifile/gstsplitmuxsink.c +++ b/gst/multifile/gstsplitmuxsink.c @@ -636,8 +636,6 @@ handle_mq_output (GstPad * pad, GstPadProbeInfo * info, MqStreamCtx * ctx) beach: GST_SPLITMUX_UNLOCK (splitmux); - if (buf_info) - mq_stream_buf_free (buf_info); return GST_PAD_PROBE_DROP; } -- cgit v1.2.3