Skip to content

Commit

Permalink
ABBA deadlock... Resolved.... (rdkcentral#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders authored Mar 29, 2024
1 parent 36f6647 commit 01015ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/com/IUnknown.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ namespace ProxyStub {
}
}

_adminLock.Unlock();

// Remove our selves from the Administration, we are done..
if (RPC::Administrator::Instance().UnregisterUnknownProxy(*this) == true ) {
ASSERT(_refCount == 1);
_refCount = 0;
result = Core::ERROR_DESTRUCTION_SUCCEEDED;
}

_adminLock.Unlock();
}

return (result);
Expand Down

0 comments on commit 01015ae

Please sign in to comment.