]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: free the entropy when threaded
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Dec 2023 09:16:14 +0000 (10:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Dec 2023 09:58:07 +0000 (10:58 +0100)
commit8b1d2298358e83cd2a3403ab26b99b2646efe137
tree526183e26e77e3f50cb21d0c92d6185a32c59056
parent35380273b9311cf0741e386284310fa7ca4d005e
mbedtls: free the entropy when threaded

The entropy_free was never done for threaded builds, causing a small
(fixed) memory leak.

Reported-by: RevaliQaQ on github
Fixes #12584
Closes #12585
lib/vtls/mbedtls.c