From 05125e835e7a6ae2a0e1ba900e474216ec704429 Mon Sep 17 00:00:00 2001 From: kremlin Date: Sat, 16 Aug 2014 02:08:35 -0500 Subject: [PATCH] remove unnessecary free in polkit-auth.c --- src/polkit-auth.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/polkit-auth.c b/src/polkit-auth.c index 00c2dc1..f967cd0 100644 --- a/src/polkit-auth.c +++ b/src/polkit-auth.c @@ -83,8 +83,6 @@ check_auth_result polkit_try_auth(const gchar *bus, const gchar *action, gboolea challenge = polkit_authorization_result_get_is_challenge(result); /* free()'s before return */ - if(valid_actions) - g_object_unref(valid_actions); if(auth) g_object_unref(auth); if(subj) -- 2.41.0