mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[warnings] fix redundant casts
This commit is contained in:
@@ -104,7 +104,7 @@ static void test_peer_context_free(freerdp_peer* client, rdpContext* ctx)
|
||||
rdpsnd_server_context_free(context->rdpsnd);
|
||||
encomsp_server_context_free(context->encomsp);
|
||||
|
||||
WTSCloseServer((HANDLE)context->vcm);
|
||||
WTSCloseServer(context->vcm);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user