Skip to content

Commit 7cf1de5

Browse files
committed
ShutDown lock copy past issue corrected
1 parent 3717875 commit 7cf1de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Launcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ class Launcher : public PluginHost::IPlugin {
597597
void Shutdown () {
598598
_adminLock.Lock();
599599
_shutdownPhase = 1;
600-
_adminLock.Lock();
600+
_adminLock.Unlock();
601601

602602
PluginHost::WorkerPool::Instance().Revoke(Core::ProxyType<Core::IDispatch>(*this));
603603

0 commit comments

Comments
 (0)