GNOME Bugzilla – Bug 736403
Don't try to remove non-existent timeout source
Last modified: 2014-09-10 13:23:24 UTC
In rygel-dbus-thumbnailer.vala, queue_thumbnail_task does not reset this.timeout_id when removing it. At that point, if we have exceeded the maximum queue size and this.tumbler is null, then this.timeout_id will continue to hold the old value. Let's always reset this.timeout_id after removing it.
Created attachment 285814 [details] [review] dbus-thumbnailer: Don't try to remove non-existent timeout source
Review of attachment 285814 [details] [review]: +1
Comment on attachment 285814 [details] [review] dbus-thumbnailer: Don't try to remove non-existent timeout source Thanks for the quick review!