File lightdm-destroy-quit-timeout.patch of Package lightdm.openSUSE_13.1_Update
=== modified file 'src/process.c'
Index: lightdm-1.8.0/src/process.c
===================================================================
--- lightdm-1.8.0.orig/src/process.c
+++ lightdm-1.8.0/src/process.c
@@ -297,6 +297,8 @@ process_finalize (GObject *object)
g_free (self->priv->command);
g_hash_table_unref (self->priv->env);
+ if (self->priv->quit_timeout)
+ g_source_remove (self->priv->quit_timeout);
if (self->priv->watch)
g_source_remove (self->priv->watch);