[Xfce4-commits] [apps/xfce4-screensaver] 358/425: Fix unexpected crash with g_source_remove

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:53:25 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit c3afe263e9021166a2db25a3cb9541c8b9815b35
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Oct 5 12:03:42 2018 -0400

    Fix unexpected crash with g_source_remove
---
 src/gs-auth-pam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-auth-pam.c b/src/gs-auth-pam.c
index 3ca3e42..1ccd107 100644
--- a/src/gs-auth-pam.c
+++ b/src/gs-auth-pam.c
@@ -693,7 +693,7 @@ gs_auth_pam_verify_user (pam_handle_t *handle,
 out:
 	if (watch_id != 0)
 	{
-		g_source_remove (watch_id);
+		//g_source_remove (watch_id);
 		watch_id = 0;
 	}
 

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


More information about the Xfce4-commits mailing list