mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
fix some uninitialized variables warnings
This commit is contained in:
parent
abd8c8f666
commit
0e0c325194
6 changed files with 8 additions and 9 deletions
|
|
@ -481,7 +481,7 @@ int pw_rtsp_client_connect(struct pw_rtsp_client *client,
|
|||
{
|
||||
struct addrinfo hints;
|
||||
struct addrinfo *result, *rp;
|
||||
int res, fd;
|
||||
int res, fd = -1;
|
||||
char port_str[12];
|
||||
|
||||
if (client->source != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue