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:
d362084
)
Fix memory leak in ectest
author
Nicola Tuveri
<nic.tuv@gmail.com>
Wed, 13 Mar 2019 09:38:40 +0000
(11:38 +0200)
committer
Nicola Tuveri
<nic.tuv@gmail.com>
Wed, 13 Mar 2019 17:06:43 +0000
(19:06 +0200)
Fixes #8462
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8466)
test/ectest.c
patch
|
blob
|
history
diff --git
a/test/ectest.c
b/test/ectest.c
index d2ad3774b5a45fcf4cf599f9aa1ca938b7b9c000..59c7e99d8cde0429985fa172e38f22e9670fe1df 100644
(file)
--- a/
test/ectest.c
+++ b/
test/ectest.c
@@
-1503,6
+1503,7
@@
static int underflow_test(void)
BN_CTX_end(ctx);
EC_POINT_free(P);
EC_POINT_free(Q);
+ EC_POINT_free(R);
EC_GROUP_free(grp);
BN_CTX_free(ctx);