1
0
Fork 0

removed duplicate Reset() call

This commit is contained in:
Jan Steemann 2015-01-09 10:41:26 +01:00
parent 080c66cfe9
commit 3ce99bae8c
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ class V8Wrapper {
data->SetInternalField(0, v8::Undefined(_isolate));
_handle.Reset();
_handle.Reset();
if (_free != 0) {
_free(_object);
}