aboutsummaryrefslogtreecommitdiff
path: root/ssl/quic/uint_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/uint_set.c')
-rw-r--r--ssl/quic/uint_set.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/quic/uint_set.c b/ssl/quic/uint_set.c
index e217816a395b..4b723869e853 100644
--- a/ssl/quic/uint_set.c
+++ b/ssl/quic/uint_set.c
@@ -174,6 +174,7 @@ int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range)
for (x = ossl_list_uint_set_next(x); x != NULL; x = xnext) {
xnext = ossl_list_uint_set_next(x);
ossl_list_uint_set_remove(s, x);
+ OPENSSL_free(x);
}
return 1;
}