mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Fixed dereference of NULL pointer.
This commit is contained in:
@@ -397,10 +397,10 @@ xfWindow* xf_CreateDesktopWindow(xfContext* xfc, char *name, int width, int heig
|
||||
{
|
||||
XMoveWindow(xfc->display, window->handle, settings->DesktopPosX, settings->DesktopPosY);
|
||||
}
|
||||
|
||||
XStoreName(xfc->display, window->handle, name);
|
||||
}
|
||||
|
||||
XStoreName(xfc->display, window->handle, name);
|
||||
|
||||
return window;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user