rpcrt4: Add missing LeaveCriticalSection. Found by Smatch.
This commit is contained in:
parent
be0e3a479a
commit
6210c097a4
dlls/rpcrt4
|
@ -137,6 +137,7 @@ RPC_STATUS RpcServerAssoc_GetAssociation(LPCSTR Protseq, LPCSTR NetworkAddr,
|
|||
}
|
||||
}
|
||||
*assoc_out = NULL;
|
||||
LeaveCriticalSection(&assoc_list_cs);
|
||||
return RPC_S_NO_CONTEXT_AVAILABLE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue