projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198d805
)
fix memory leak
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 1 Oct 2016 14:16:59 +0000
(15:16 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 1 Oct 2016 14:16:59 +0000
(15:16 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 10ea1f1167e45774e9486d486af67b25ec00601e..6ec792cee1752f7cec72c000f41fb3cf00ae0556 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-2474,6
+2474,7
@@
int s_client_main(int argc, char **argv)
#ifndef OPENSSL_NO_SRP
OPENSSL_free(srp_arg.srppassin);
#endif
+ OPENSSL_free(connectstr);
OPENSSL_free(host);
OPENSSL_free(port);
X509_VERIFY_PARAM_free(vpm);