oci-authenticator: Unref the GOptionContext when we're done with it

This commit is contained in:
Sebastian Wick 2024-08-01 21:19:07 +02:00 committed by Patrick
parent 7b096b4929
commit 4b439ca001

View File

@ -726,7 +726,7 @@ main (int argc,
{
gboolean replace;
gboolean opt_verbose;
GOptionContext *context;
g_autoptr(GOptionContext) context = NULL;
GDBusConnection *session_bus;
GBusNameOwnerFlags flags;
g_autoptr(GError) error = NULL;