Skip to content
Commit 09c1058f authored by Giovanni Campagna's avatar Giovanni Campagna Committed by Ray Strode
Browse files

GdmServer: take a reference to self in child watch function

The handlers for the "died" and "exited" signals on gdm server
trigger finalization of the slave by calling gdm_slave_stop().

This commit ensures these handlers hold a reference to the server
object, so the server doesn't get prematurely finalized before
the handler finishes.

https://bugzilla.gnome.org/show_bug.cgi?id=682571
parent 6d3d3320
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment