mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
mm-provider: Don't leak error
This commit is contained in:
parent
b543d61f3b
commit
e7c3775f42
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ mm_manager_new_cb (GDBusConnection *connection,
|
|||
GAsyncResult *res,
|
||||
CallsMMProvider *self)
|
||||
{
|
||||
GError *error = NULL;
|
||||
g_autoptr (GError) error = NULL;
|
||||
|
||||
self->mm = mm_manager_new_finish (res, &error);
|
||||
if (!self->mm) {
|
||||
|
|
Loading…
Reference in a new issue