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
Next Next commit
Thusly -> thus in doc/contributing/investigating-native-memory-leaks.md
Thanks @tniessen!

Co-authored-by: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
mahmoud-moursy and tniessen authored Feb 15, 2022
commit d09ac1c697d340daec32bb7be58b4816e00517ed
2 changes: 1 addition & 1 deletion 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).

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