GNOME Bugzilla – Bug 711628
obexpush: Fix crashes when switching VTs
Last modified: 2013-11-12 13:22:55 UTC
.
Created attachment 259211 [details] [review] obexpush: Fix crashes when switching VTs We need to unregister the object when disposing it, as otherwise we'll be trying to register the agent when there's already one registered (to a non-existant object). This fixes a crash when fast-user switching, or simply switching to a VT and coming back. See https://bugzilla.redhat.com/show_bug.cgi?id=1008653
Created attachment 259397 [details] [review] obex: Fix crashes when switching VTs We need to unregister the object when disposing it, as otherwise we'll be trying to register the agent when there's already one registered (to a non-existant object). This fixes a crash when fast-user switching, or simply switching to a VT and coming back. See https://bugzilla.redhat.com/show_bug.cgi?id=1008653
Attachment 259397 [details] pushed as 448bc5a - obex: Fix crashes when switching VTs