mirror of https://gitee.com/bigwinds/arangodb
removed duplicate Reset() call
This commit is contained in:
parent
080c66cfe9
commit
3ce99bae8c
|
@ -114,8 +114,6 @@ class V8Wrapper {
|
||||||
data->SetInternalField(0, v8::Undefined(_isolate));
|
data->SetInternalField(0, v8::Undefined(_isolate));
|
||||||
_handle.Reset();
|
_handle.Reset();
|
||||||
|
|
||||||
_handle.Reset();
|
|
||||||
|
|
||||||
if (_free != 0) {
|
if (_free != 0) {
|
||||||
_free(_object);
|
_free(_object);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue