Skip to content

Commit 090c95e

Browse files
Fixed naming convention + added conclusion because I feel it ends abruptly
1 parent b9231a6 commit 090c95e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/contributing/investigating_native_memory_leak.md renamed to doc/contributing/investigating-native-memory-leak.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,6 @@ Running Valgrind using the debug build of Node.js shows:
450450
451451
Now we can see the specific file name and line in the Node.js code which
452452
caused the allocation (inspector\_agent.cc:140).
453+
454+
Thusly, we can examine the line (and its surrounding code) in order
455+
to find a potential solution for the memory leak.

0 commit comments

Comments
 (0)