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.
This commit is contained in:
Kamil Dudka
2014-07-02 16:34:48 +02:00
parent 7581dee10a
commit 24c3cdce88
2 changed files with 10 additions and 0 deletions

View File

@@ -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: