This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch master in repository xfce/xfce4-session.
commit 6a59c945b5b4dc7e7581616c9375c6e8d7a73d20 Author: flo <[email protected]> Date: Sat Mar 4 05:19:05 2017 +0300 Fix building without polkit --- xfce4-session/xfsm-systemd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-session/xfsm-systemd.c b/xfce4-session/xfsm-systemd.c index 3b69f0d..f19b636 100644 --- a/xfce4-session/xfsm-systemd.c +++ b/xfce4-session/xfsm-systemd.c @@ -95,9 +95,9 @@ xfsm_systemd_init (XfsmSystemd *systemd) static void xfsm_systemd_finalize (GObject *object) { -#ifdef HAVE_POLKIT XfsmSystemd *systemd = XFSM_SYSTEMD (object); +#ifdef HAVE_POLKIT g_object_unref (G_OBJECT (systemd->authority)); g_object_unref (G_OBJECT (systemd->subject)); #endif -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
