rtsp-stream: fix false compiler warning
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-stream.c
index d64fed4..9a7a59f 100644 (file)
@@ -2811,7 +2811,7 @@ gst_rtsp_stream_transport_filter (GstRTSPStream * stream,
 {
   GstRTSPStreamPrivate *priv;
   GList *result, *walk, *next;
-  GHashTable *visited;
+  GHashTable *visited = NULL;
   guint cookie;
 
   g_return_val_if_fail (GST_IS_RTSP_STREAM (stream), NULL);