mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
origin: Fix the password when updating credentials
Updating the credentials was broken otherwise.
This commit is contained in:
parent
0bfa55473e
commit
42c0872499
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ calls_sip_origin_set_credentials (CallsSipOrigin *self,
|
||||||
self->user = g_strdup (user);
|
self->user = g_strdup (user);
|
||||||
|
|
||||||
g_free (self->password);
|
g_free (self->password);
|
||||||
self->password = g_strdup (self->password);
|
self->password = g_strdup (password);
|
||||||
|
|
||||||
g_clear_pointer (&self->display_name, g_free);
|
g_clear_pointer (&self->display_name, g_free);
|
||||||
if (display_name)
|
if (display_name)
|
||||||
|
|
Loading…
Reference in a new issue