bindings: close after reading module struct by indutny · Pull Request #2792 · nodejs/node

@indutny

Do not let the module struct to be deallocated by `uv_dclose` before
reading data from it.

@ChALkeR added the c++

Issues and PRs that require attention from people who are familiar with C++.

label

Sep 10, 2015

indutny added a commit that referenced this pull request

Sep 10, 2015
Do not let the module struct to be deallocated by `uv_dlclose`
before reading data from it.

PR-URL: #2792
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>

indutny added a commit that referenced this pull request

Sep 11, 2015
Do not let the module struct to be deallocated by `uv_dlclose`
before reading data from it.

PR-URL: #2792
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>

indutny added a commit that referenced this pull request

Sep 12, 2015
Do not let the module struct to be deallocated by `uv_dlclose`
before reading data from it.

PR-URL: #2792
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>

@rvagg rvagg mentioned this pull request

Sep 12, 2015

@rvagg rvagg mentioned this pull request

Sep 22, 2015