Commit de9a444a authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Trevor Norris
Browse files

src: fix handle leak in Parser::Execute()



Fix a resource leak where an intermediate Local<Context> handle in
Environment::GetCurrent() got leaked into whatever HandleScope was
further up the stack.

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 176f0bd3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment