Commit 45956011 authored by Nicola Tuveri's avatar Nicola Tuveri
Browse files

Fix memory leak in ectest



Fixes #8462

(cherry picked from commit 81d61a62)

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8466)
parent cd61ad38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1466,6 +1466,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);