mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
fixing android pointer not initialized when calling realloc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user