GNOME Bugzilla – Bug 683985
Try to unsubscribe from the proxy used for subscription
Last modified: 2012-09-13 20:00:26 UTC
Currently when a file monitor is disposed we try to cancel it. This then tries to find a connection and proxy on which to unsubscribe. If there are no refs to those they won't be around anymore and weird things happen. It is better to keep a ref to the proxy instead.
Created attachment 224264 [details] [review] Try to unsubscribe from the proxy used for subscription This makes cancel much cleaner and solves a problem where we were trying to use a previously disposed proxy.
Attachment 224264 [details] pushed as be11520 - Try to unsubscribe from the proxy used for subscription