Skip to content
Commit f073821e authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

GdmSession: don't access conversation after closing the connection

When the connection is closed, the conversation is freed, but
method calls that are in flight would see their async callbacks
invoked at the next mainloop iteration, with the error set.
Return early in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=678057
parent ae048edb
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