Fix memleak in vm.runInNewContext
authorRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 23:19:12 +0000 (15:19 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 23:46:55 +0000 (15:46 -0800)
commit1f50d711b25c15228b4c85da0e44075239e17e68
tree901607c7dda9d322f81107d4acbf8e6e99c42ab9
parentdf15472d3476737cd90fd8d74d32b0da8c544f9f
Fix memleak in vm.runInNewContext

Closes GH-704.
src/node_script.cc
test/pummel/test-vm-memleak.js [new file with mode: 0644]