Skip to content

Commit

Permalink
debug-only: Revert "Free the credentials iterator as well"
Browse files Browse the repository at this point in the history
This reverts commit 5cce296.
  • Loading branch information
mrc0mmand committed Nov 8, 2024
1 parent d588f81 commit 5e57dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/polkit/polkitsystembusname.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ polkit_system_bus_name_get_creds_sync (PolkitSystemBusName *system_bus
}

g_variant_unref (result);
g_variant_iter_free (iter);

if (out_uid)
*out_uid = uid;
Expand Down

0 comments on commit 5e57dec

Please sign in to comment.