From: Stefan Sauer Date: Sat, 1 Jul 2017 18:23:25 +0000 (+0200) Subject: aggregator: fix "'aggclass' may be used uninitialized in this function" X-Git-Tag: 1.16.2~574^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b82eb546fcd4d291bcffc860100a9c416000d43;p=platform%2Fupstream%2Fgstreamer.git aggregator: fix "'aggclass' may be used uninitialized in this function" --- diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index f0dd552..3a2daf8 100644 --- a/libs/gst/base/gstaggregator.c +++ b/libs/gst/base/gstaggregator.c @@ -2855,7 +2855,7 @@ static void gst_aggregator_pad_clip_buffer_unlocked (GstAggregatorPad * pad) { GstAggregator *self = NULL; - GstAggregatorClass *aggclass; + GstAggregatorClass *aggclass = NULL; GstBuffer *buffer = NULL; while (pad->priv->clipped_buffer == NULL &&