Skip to content

Commit af34cc5

Browse files
committed
Distribution points need to be freed
1 parent 1b219ad commit af34cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/tls.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,6 +3200,7 @@ int cbtls_verify(int ok, X509_STORE_CTX *ctx)
32003200
vp = fr_pair_make(talloc_ctx, certs, cert_attr_names[FR_TLS_CDP][lookup], cdp, T_OP_ADD);
32013201
rdebug_pair(L_DBG_LVL_2, request, vp, NULL);
32023202
}
3203+
sk_DIST_POINT_pop_free(crl_dp, DIST_POINT_free);
32033204
}
32043205

32053206
/*

0 commit comments

Comments
 (0)