Cleanup vm module memory leakage
authorMarcel Laverdet <marcel@laverdet.com>
Wed, 11 Apr 2012 00:27:38 +0000 (19:27 -0500)
committerisaacs <i@izs.me>
Fri, 27 Apr 2012 17:32:40 +0000 (10:32 -0700)
commit70635753a3ff982ddb8686ecbb6b73b4780f8721
tree4225b9961cc4bba9d1f3df86d65313f7665b4625
parentf405daa92260b0bb9fc5cf8c5c2991679e00bdf2
Cleanup vm module memory leakage

There are some paths here that led to dangling contexts. By being
smarter with handle management we can get rid of all the cleanup code
and fix those issues.
src/node_script.cc