Skip to content

Commit

Permalink
oci-authenticator: Unref the GOptionContext when we're done with it
Browse files Browse the repository at this point in the history
  • Loading branch information
swick authored and TingPing committed Aug 3, 2024
1 parent 7b096b4 commit 4b439ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci-authenticator/flatpak-oci-authenticator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b439ca

Please sign in to comment.