[coverity] 1543107 Resource leak

This commit is contained in:
akallabeth 2024-04-11 11:09:50 +02:00 committed by akallabeth
parent 88bea503fc
commit 18b4c59d17

View File

@ -808,6 +808,7 @@ static SecurityFunctionTable* auth_resolve_sspi_table(const rdpSettings* setting
if (!hSSPI)
{
WLog_ERR(TAG, "Failed to load SSPI module: %s", module_name);
free(sspi_module);
return FALSE;
}