[Xfce4-commits] [apps/xfce4-screensaver] 182/425: [joequant] fix segfault due to wrong object being destroyed (ported from https://github.com/linuxmint/cinnamon-screensaver/pull/106)

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:29 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 c2a0fb407b5dbd5054555b3faaf4d09bcaf4cb9a
Author: Clement Lefebvre <clement.lefebvre at linuxmint.com>
Date:   Fri Jun 26 14:18:03 2015 +0200

    [joequant] fix segfault due to wrong object being destroyed (ported from https://github.com/linuxmint/cinnamon-screensaver/pull/106)
---
 src/gs-lock-plug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
index 34aa87a..3a42c7f 100644
--- a/src/gs-lock-plug.c
+++ b/src/gs-lock-plug.c
@@ -650,7 +650,7 @@ gs_lock_plug_run (GSLockPlug *plug)
 		g_signal_handler_disconnect (plug, unmap_handler);
 		g_signal_handler_disconnect (plug, delete_handler);
 		g_signal_handler_disconnect (plug, destroy_handler);
-		g_signal_handler_disconnect (plug, keymap_handler);
+		g_signal_handler_disconnect (keymap, keymap_handler);
 	}
 
 	g_object_unref (plug);

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


More information about the Xfce4-commits mailing list