[warnings] fix redundant casts

This commit is contained in:
akallabeth
2024-08-29 11:11:11 +02:00
parent 91cb77a85e
commit 9c9d74e920
73 changed files with 170 additions and 176 deletions

View File

@@ -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);
}
}