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

test: fix memory leaks in malloc cctests #9667

Merged
merged 1 commit into from
Nov 18, 2016

Commits on Nov 18, 2016

  1. test: fix memory leaks in malloc cctests

    Make cctest valgrind-clean again by freeing heap-allocated memory.
    Overlooked in commit ea94086 ("src: provide allocation + nullptr check
    shortcuts.")
    
    PR-URL: nodejs#9667
    Refs: nodejs#8482
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    bnoordhuis committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    b80f05e View commit details
    Browse the repository at this point in the history