GNOME Bugzilla – Bug 759764
gtkinspector crashes app when selecting 'cancel' on initial prompt
Last modified: 2015-12-22 07:28:42 UTC
I'm not sure if this is a duplicate of bug 737026, but it still happens with the git master (3.19.5). The backtrace is:
+ Trace 235837
Created attachment 317766 [details] [review] inspector: Avoid crash when canceling at startup When clicking "Cancel" on the "Do you want to use GTK+ Inspector?" dialog, unregister the update_debugging idle handler. Also, steal reference to 'inspector_window' while gtk_destroy_widget(), to make further gtk_window_update_debugging() calls as a no-op.
Review of attachment 317766 [details] [review]: looks right
Attachment 317766 [details] pushed as 75b3eec - inspector: Avoid crash when canceling at startup