GNOME Bugzilla – Bug 762609
progress-info: check destination before referencing it
Last modified: 2016-02-24 16:19:30 UTC
See attached patch.
Created attachment 322238 [details] [review] progress-info: check destination before referencing it The progress info destination is obtainable through a getter function that returns a reference to it. This reference is created without checking if the destination is not null, which leads to critical warnings. In order to fix this, check the destination before creating the reference.
Review of attachment 322238 [details] [review]: LGTM thanks Razvan! Can you push to master, gnome-3-20 and gnome-3-18?
Attachment 322238 [details] pushed as 9bc857c - progress-info: check destination before referencing it
(In reply to Razvan Chitu from comment #3) > Attachment 322238 [details] pushed as 9bc857c - progress-info: check > destination before referencing it Also pushed to gnome-3-20 and gnome-3-18