diff options
author | Kamil Dudka <kdudka@redhat.com> | 2014-07-02 16:34:48 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2014-07-02 18:11:05 +0200 |
commit | 24c3cdce88f39731506c287cb276e8bf4a1ce393 (patch) | |
tree | af9e9b74e8ea4040944b6e2312ad661a8ae2eb12 /RELEASE-NOTES | |
parent | 7581dee10aedeb96231dd24e187ff5426fc72469 (diff) |
tool: call PR_Cleanup() on exit if NSPR is used
This prevents valgrind from reporting possibly lost memory that NSPR
uses for file descriptor cache and other globally allocated internal
data structures.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 66b43066f..5e7c3c13e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,6 +36,7 @@ This release includes the following bugfixes: o Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set o nss: do not abort on connection failure (failing tests 305 and 404) o nss: make the fallback to SSLv3 work again + o tool: prevent valgrind from reporting possibly lost memory (nss only) o This release includes the following known bugs: |