Commit 81d61a62 authored by Nicola Tuveri's avatar Nicola Tuveri
Browse files

Fix memory leak in ectest

parent d3620841
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);