GNOME Bugzilla – Bug 736201
g_object_weak_unref assertion failures when closing the inspector
Last modified: 2014-09-07 01:35:46 UTC
Created attachment 285582 [details] [review] Patch Steps to reprodue: - open the inspector - select a widget - close the application's window If the application only had one window, the inspector will now print a few failed assertions because it tries to g_object_weak_unref (NULL).