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

lib: fix memory leak, when module require error occurs #32837

Closed
wants to merge 1 commit into from

Commits on Apr 15, 2020

  1. lib: fix memory leak, when module require error occurs

    Delete useless module in parent module: parent.children array when error occuers
    so that the memory can be garbage collected.
    
    Fixes: nodejs#32836
    lianxuify committed Apr 15, 2020
    Copy the full SHA
    d0b97d7 View commit details
    Browse the repository at this point in the history