diff --git a/modules/nativescript/nativescript.cpp b/modules/nativescript/nativescript.cpp index cb38768f321..0a070988acc 100644 --- a/modules/nativescript/nativescript.cpp +++ b/modules/nativescript/nativescript.cpp @@ -792,7 +792,7 @@ NativeScriptInstance::~NativeScriptInstance() { script->instance_owners.erase(owner); #ifndef NO_THREADS - script->owners_lock->lock(); + script->owners_lock->unlock(); #endif } }