Fixed memory-leak in d8. It did not clean evaluation context used for executing shell...
authorishell <ishell@chromium.org>
Wed, 3 Jun 2015 14:34:50 +0000 (07:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Jun 2015 14:34:58 +0000 (14:34 +0000)
commit405844b5f2e9577e30454b98a1dd8a73416420db
tree68f4e414d6751443c2014ca6aa05e2962f69c37f
parent994eb59dcd757eb71f047ce6e765107201a87314
Fixed memory-leak in d8. It did not clean evaluation context used for executing shell commands.

BUG=chromium:493284
LOG=N

Review URL: https://codereview.chromium.org/1147343004

Cr-Commit-Position: refs/heads/master@{#28790}
src/d8.cc
src/d8.h
test/mjsunit/regress/regress-crbug-493284.js [new file with mode: 0644]