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:
d1b1058
)
Fix memory leak in dtlsv1listentest
author
Kurt Roeckx
<kurt@roeckx.be>
Sat, 6 Feb 2016 19:31:15 +0000
(20:31 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Sat, 6 Feb 2016 20:45:24 +0000
(21:45 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
MR: #1879
test/dtlsv1listentest.c
patch
|
blob
|
history
diff --git
a/test/dtlsv1listentest.c
b/test/dtlsv1listentest.c
index 5069dd505d38f01b62cd3eec0c64c80cfedc9ff5..3e3939fb696167ffe7fd8c980d7917e5b7492334 100644
(file)
--- a/
test/dtlsv1listentest.c
+++ b/
test/dtlsv1listentest.c
@@
-460,6
+460,7
@@
int main(void)
SSL_free(ssl);
SSL_CTX_free(ctx);
BIO_free(inbio);
+ OPENSSL_free(peer);
/* Unitialise libssl */
#ifndef OPENSSL_NO_ENGINE
ENGINE_cleanup();