Skip to content

Commit 2af7cf2

Browse files
committed
fix polkit autoptr
1 parent 6c668ba commit 2af7cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/flatpak-dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9144,7 +9144,7 @@ flatpak_dir_check_parental_controls (FlatpakDir *self,
91449144

91459145
if (self->subject)
91469146
{
9147-
g_autoptr(PolkitSubject) process_subject = NULL;
9147+
g_autoptr(AutoPolkitSubject) process_subject = NULL;
91489148

91499149
subject = g_object_ref (self->subject);
91509150
/* This internally uses dbus GetConnectionCredentials which ensures we

0 commit comments

Comments
 (0)