Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/contributing/investigating-native-memory-leaks.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mahmoud-moursy and Trott authored Feb 15, 2022
commit 4fd894a7e07ad5e8d254fe67d8b47665b3527a63
4 changes: 2 additions & 2 deletions doc/contributing/investigating-native-memory-leaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,5 +451,5 @@ Running Valgrind using the debug build of Node.js shows:
Now we can see the specific file name and line in the Node.js code which
caused the allocation (inspector\_agent.cc:140).

Thus, we can examine the line (and its surrounding code) in order
to find a potential solution for the memory leak.
We can examine that line (and its surrounding code) to
find a solution for the memory leak.