mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Merge pull request #12350 from akallabeth/sdl-legacy
[client,sdl] fix sdl_Pointer_New
This commit is contained in:
@@ -61,6 +61,7 @@ static BOOL sdl_Pointer_New(rdpContext* context, rdpPointer* pointer)
|
|||||||
&context->gdi->palette))
|
&context->gdi->palette))
|
||||||
{
|
{
|
||||||
winpr_aligned_free(ptr->data);
|
winpr_aligned_free(ptr->data);
|
||||||
|
ptr->data = nullptr;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user