diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index ac28d147ed..d45567ca21 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -277,7 +277,7 @@ gst_rtsp_connection_accept (gint sock, GstRTSPConnection ** conn) { int fd; unsigned int address_len; - GstRTSPConnection *newconn; + GstRTSPConnection *newconn = NULL; struct sockaddr_in address; GstRTSPUrl *url;