reformatted changes

This commit is contained in:
akallabeth 2022-09-29 08:42:58 +02:00 committed by akallabeth
parent eb90985bf5
commit b44810418b
2 changed files with 1 additions and 3 deletions

View File

@ -109,7 +109,7 @@ INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
}
AddDefaultSettings(settings);
if (freerdp_client_start(context) != 0)
goto out;
@ -148,4 +148,3 @@ int main()
return WinMain(NULL, NULL, NULL, 0);
}
#endif

View File

@ -103,7 +103,6 @@ static void AddDefaultSettings_I(rdpSettings* settings, size_t idHostname, size_
}
}
fail:
CredFree(Credential);
free(TargetName);