[coverity] 1543107 Resource leak
This commit is contained in:
parent
88bea503fc
commit
18b4c59d17
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user