From: Wim Taymans Date: Wed, 22 Sep 2010 14:15:56 +0000 (+0200) Subject: media: help the compiler a little X-Git-Tag: 1.19.3~495^2~1453 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed473f6f26b0df5b778e088279b2b9f6517c28e1;p=platform%2Fupstream%2Fgstreamer.git media: help the compiler a little --- diff --git a/gst/rtsp-server/rtsp-media.c b/gst/rtsp-server/rtsp-media.c index c6a45ac..af802e9 100644 --- a/gst/rtsp-server/rtsp-media.c +++ b/gst/rtsp-server/rtsp-media.c @@ -1702,8 +1702,8 @@ remove_udp_destination (GstRTSPMedia *media, GstRTSPMediaStream *stream, gchar *dest, gint min, gint max) { gboolean do_remove = TRUE; - RTSPDestination *ndest; - GList *find; + RTSPDestination *ndest = NULL; + GList *find = NULL; if (stream->filter_duplicates) { RTSPDestination fdest;