Fixes tests.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3192 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2016-04-09 15:31:12 +00:00
parent 560df7e5f3
commit 4d0fdfa484

View File

@ -104,6 +104,8 @@ Task::Task() {
}
Task::~Task() {
_exportObject.Reset();
{
v8::Isolate::Scope isolateScope(_isolate);
v8::HandleScope handleScope(_isolate);