Skip to content

Not declared local var implies possible memory leak #21

@victoruiz

Description

@victoruiz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions