mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Merge branch 'backport-2461-memory-leak-glib-2-70' into 'glib-2-70'
Backport !2461 “Fix memory leak in gio/gdbusauthmechanismsha1.c” to glib-2-70 See merge request GNOME/glib!2462
This commit is contained in:
commit
e01a71bf13
@ -908,6 +908,7 @@ keyring_generate_entry (const gchar *cookie_context,
|
|||||||
_("(Additionally, releasing the lock for “%s” also failed: %s) "),
|
_("(Additionally, releasing the lock for “%s” also failed: %s) "),
|
||||||
path,
|
path,
|
||||||
local_error->message);
|
local_error->message);
|
||||||
|
g_error_free (local_error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user