media: help the compiler a little
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 22 Sep 2010 14:15:56 +0000 (16:15 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 22 Sep 2010 14:15:56 +0000 (16:15 +0200)
gst/rtsp-server/rtsp-media.c

index c6a45ac..af802e9 100644 (file)
@@ -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;