mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Set up and tear down WLog
This commit is contained in:
@@ -58,6 +58,7 @@ rdpContext* freerdp_client_context_new(RDP_CLIENT_ENTRY_POINTS* pEntryPoints)
|
||||
if (!pEntryPoints)
|
||||
return NULL;
|
||||
|
||||
WLog_Init();
|
||||
IFCALL(pEntryPoints->GlobalInit);
|
||||
instance = freerdp_new();
|
||||
|
||||
@@ -115,6 +116,7 @@ void freerdp_client_context_free(rdpContext* context)
|
||||
free(instance->pClientEntryPoints);
|
||||
freerdp_free(instance);
|
||||
}
|
||||
WLog_Uninit();
|
||||
}
|
||||
|
||||
int freerdp_client_start(rdpContext* context)
|
||||
|
||||
Reference in New Issue
Block a user