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

zlib: fix memory leak for unused zlib instances #21607

Merged
merged 1 commit into from
Jul 3, 2018

Commits on Jul 3, 2018

  1. zlib: fix memory leak for unused zlib instances

    An oversight in an earlier commit led to a memory leak
    in the untypical situation that zlib instances are created
    but never used, because zlib handles no longer started
    out their life as weak handles.
    
    The bug was introduced in bd20110.
    
    Refs: nodejs#20455
    
    PR-URL: nodejs#21607
    Reviewed-By: Tobias Nießen <[email protected]>
    addaleax committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6e16ad7 View commit details
    Browse the repository at this point in the history