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

src: remove debugger dead code #12621

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 27, 2017

  1. src: remove debugger dead code

    PR-URL: nodejs#12621
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    targos committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    7195889 View commit details
    Browse the repository at this point in the history
  2. test: cleanup handles in test_environment

    The test fixtures create multiple node::Environments that all use the
    uv_default_loop(), and since the test does not clean up the handles
    created by Environment::Start(), the default libuv loop structure
    contains dangling pointers after the first Environment is freed,
    which then means that creating new handles leads to memory corruption.
    
    PR-URL: nodejs#12621
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    addaleax authored and targos committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    7c8594c View commit details
    Browse the repository at this point in the history