fixing android pointer not initialized when calling realloc

This commit is contained in:
Ely Ronnen
2021-11-28 18:51:16 +02:00
committed by akallabeth
parent e13efff01a
commit 4053ac37f3

View File

@@ -287,7 +287,7 @@ static BOOL android_Pointer_SetDefault(rdpContext* context)
static BOOL android_register_pointer(rdpGraphics* graphics)
{
rdpPointer pointer;
rdpPointer pointer = { 0 };
if (!graphics)
return FALSE;