mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
[coverity] 1543217 Resource leak
This commit is contained in:
committed by
Martin Fleisz
parent
8d9244cb3d
commit
285bea320d
@@ -549,6 +549,7 @@ static BOOL arm_pick_base64Utf16Field(const cJSON* json, const char* name, BYTE*
|
||||
if (!output1 || !len1)
|
||||
{
|
||||
WLog_ERR(TAG, "error when first unbase64 for %s", name);
|
||||
free(output1);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user