mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[coverity] 1543263 Missing unlock
This commit is contained in:
committed by
Martin Fleisz
parent
0c7537c840
commit
af1c890295
@@ -555,6 +555,7 @@ static UINT prepare_clip_data_entry_with_id(CliprdrFileContext* file_context)
|
||||
{
|
||||
WLog_Print(file_context->log, WLOG_ERROR, "Failed to insert clipDataEntry");
|
||||
clip_data_entry_free(clip_data_entry);
|
||||
HashTable_Unlock(file_context->inode_table);
|
||||
return ERROR_INTERNAL_ERROR;
|
||||
}
|
||||
HashTable_Unlock(file_context->inode_table);
|
||||
|
||||
Reference in New Issue
Block a user