Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: cleanup NSPR in main thread #14801

Merged
merged 1 commit into from
Apr 27, 2017
Merged

Commits on Apr 27, 2017

  1. crypto: cleanup NSPR in main thread

    quote from nspr's header file
    
    ```
     * Perform a graceful shutdown of NSPR.  PR_Cleanup() may be called by
     * the primordial thread near the end of the main() function.
    ```
    
    this helps to silence some warnings from valgrind. but it does not hurt
    in practice, because the process is about to die. and the freed memory
    chunks are only allocated once in NSPR.
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    b22977d View commit details
    Browse the repository at this point in the history