[coverity] 1543263 Missing unlock

This commit is contained in:
akallabeth 2024-04-11 13:27:16 +02:00 committed by Martin Fleisz
parent 0c7537c840
commit af1c890295
1 changed files with 1 additions and 0 deletions

View File

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