Skip to content

src: use std::vector for setting up process.execPath#25069

Closed
addaleax wants to merge 1 commit intonodejs:masterfrom
addaleax:execPath-RAII
Closed

src: use std::vector for setting up process.execPath#25069
addaleax wants to merge 1 commit intonodejs:masterfrom
addaleax:execPath-RAII

Conversation

@addaleax
Copy link
Member

@addaleax addaleax commented Dec 15, 2018

Whitespace-adjusted diff for review: https://github.com/nodejs/node/pull/25069/files?w=1

Use std::vector as an RAII-style alternative to allocating
and deleting raw memory storage.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants