]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commit
Fix potential crash in QLightDM::UsersModel closedown.
authorDavid Edmundson <kde@davidedmundson.co.uk>
Sat, 2 Feb 2013 14:08:02 +0000 (14:08 +0000)
committerDavid Edmundson <kde@davidedmundson.co.uk>
Sat, 2 Feb 2013 14:08:02 +0000 (14:08 +0000)
commita820e73075ac752ff7e56cce70e7dab6b114fbcf
tree3293db36350abe5a6a60c904df683b2a28c2f77d
parent4d7078917c90d0a989833c6095774b585c09872b
Fix potential crash in QLightDM::UsersModel closedown.

After the Qt object is destroyed we try to remoe the connection to the Gobject singleton.
This did not work, as such any changes would cause a crash.
liblightdm-qt/usersmodel.cpp