Merge pull request #9911 from karroffel/nativescript-init-call
[NativeScript] fix mutex double lock
This commit is contained in:
commit
64e26f98e2
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ NativeScriptInstance::~NativeScriptInstance() {
|
|||
script->instance_owners.erase(owner);
|
||||
|
||||
#ifndef NO_THREADS
|
||||
script->owners_lock->lock();
|
||||
script->owners_lock->unlock();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue