mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[build] fix memory sanitizer stack frame warnings
This commit is contained in:
committed by
Martin Fleisz
parent
734ae69756
commit
a4c6b36a19
@@ -530,8 +530,8 @@ typedef struct
|
||||
static DWORD WINAPI channel_client_thread_proc(LPVOID userdata)
|
||||
{
|
||||
UINT error = CHANNEL_RC_OK;
|
||||
wStream* data;
|
||||
wMessage message;
|
||||
wStream* data = NULL;
|
||||
wMessage message = { 0 };
|
||||
msg_proc_internals* internals = userdata;
|
||||
|
||||
WINPR_ASSERT(internals);
|
||||
|
||||
Reference in New Issue
Block a user