rtspconnection: Fix warning about using unitialized value.
This commit is contained in:
parent
6f73427aa6
commit
ed013753c0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user