Skip to content

Commit

Permalink
ice/icesdp: fix freeaddrinfo (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Aug 29, 2023
1 parent 6b8ec69 commit a3e6ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice/icesdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static int getaddr_rcand(void *arg)

sa_set_port(&rcand->caddr, rcand->port);

freeaddrinfo(res);
freeaddrinfo(res0);

return 0;
}
Expand Down

0 comments on commit a3e6ad2

Please sign in to comment.