rpcrt4: Add missing LeaveCriticalSection. Found by Smatch.

This commit is contained in:
Michael Stefaniuc 2007-12-17 22:28:00 +01:00 committed by Alexandre Julliard
parent be0e3a479a
commit 6210c097a4
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}