While executing testing with Mocha over a Restify server using shelljs module, appears a "possible" memory leak due tu a variable declared as global since it is not declared locally.
Script with the problem: shell.js
Line: 994
"Problematic" code: "for (letter in map)"
Var letter is not declared locally.