GNOME Bugzilla – Bug 750019
Possible crash after printers panel is closed
Last modified: 2015-06-09 12:36:02 UTC
Created attachment 304140 [details] [review] signals disconnect In downstream bugzilla was reported crash, which was probably caused by calling one of signals after panel was closed. This led to calling functions on non-existing object. This problem should be fixed in attached patch. https://bugzilla.redhat.com/show_bug.cgi?id=1218003
Review of attachment 304140 [details] [review]: You should use g_signal_connect_object() instead.
Review of attachment 304140 [details] [review]: Looks good to me. Thank you for the patch.
Comment on attachment 304140 [details] [review] signals disconnect Nope.
Created attachment 304148 [details] [review] signals disconnect Fixed.
Review of attachment 304148 [details] [review]: In the subject, please explain what it fixes, for example: printers: Fix possible crash after closing the panel Rest looks fine.
Created attachment 304567 [details] [review] signals disconnect Fixed.
Review of attachment 304567 [details] [review]: Looks good.
Comment on attachment 304567 [details] [review] signals disconnect I've pushed the patch to master.