fix crash when typing a username in
This commit is contained in:
parent
b5efd2034e
commit
7a8a54acdc
@ -473,8 +473,7 @@ xrdp_wm_show_edits(struct xrdp_wm* self, struct xrdp_bitmap* combo)
|
|||||||
}
|
}
|
||||||
if (g_strncmp(name, "username", 255) == 0)
|
if (g_strncmp(name, "username", 255) == 0)
|
||||||
{
|
{
|
||||||
g_free(b->caption1);
|
g_strcpy(b->caption1, self->session->client_info->username);
|
||||||
b->caption1 = g_strdup(self->session->client_info->username);
|
|
||||||
b->edit_pos = g_strlen(b->caption1);
|
b->edit_pos = g_strlen(b->caption1);
|
||||||
if (g_strlen(b->caption1) > 0)
|
if (g_strlen(b->caption1) > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user