Skip to content

Commit

Permalink
Merge branch 'main' into coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 29, 2023
2 parents 332943f + a3e6ad2 commit 8abe15d
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 8abe15d

Please sign in to comment.