Skip to content

Commit

Permalink
Bindhost/bindport should be freed
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#16775)

(cherry picked from commit 0ce0c45)
  • Loading branch information
beldmit committed Oct 9, 2021
1 parent 4c09066 commit cc51b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/s_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,8 @@ int s_client_main(int argc, char **argv)
#endif
OPENSSL_free(connectstr);
OPENSSL_free(bindstr);
OPENSSL_free(bindhost);
OPENSSL_free(bindport);
OPENSSL_free(host);
OPENSSL_free(port);
OPENSSL_free(thost);
Expand Down

0 comments on commit cc51b5d

Please sign in to comment.