[Xfce4-commits] [xfce/xfce4-session] 02/06: fix coverity cid 178989 Dereference after null check

noreply at xfce.org noreply at xfce.org
Thu May 4 14:08:24 CEST 2017


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 7dea5802b3c990a31cd4c9ab0ab03a72702599cb
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu May 4 14:59:14 2017 +0300

    fix coverity cid 178989 Dereference after null check
---
 xfce4-session/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index ebd6a3c..a1cd325 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -178,6 +178,7 @@ bus_acquired (GDBusConnection *connection,
 
   if (manager == NULL) {
           g_critical ("Could not create XfsmManager");
+          return;
   }
 
   g_signal_connect(G_OBJECT(manager),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list