GNOME Bugzilla – Bug 496052
FMR when closing solver dialog
Last modified: 2007-11-12 16:07:37 UTC
Version: r16104 OS: Ubuntu Gutsy Steps to reproduce: - Run Gnumeric from a terminal - Tools > Solver - Press Cancel or Close and notice the following console output: (gnumeric:4636): Gtk-CRITICAL **: gtk_tree_view_get_model: assertion `GTK_IS_TREE_VIEW (tree_view)' failed (gnumeric:4636): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
Seems it occurs in cb_dialog_solver_destroy because the widgets have already been destroyed at this point. We probably have an associated memory leak.
Created attachment 98960 [details] [review] proposed patch
I'll have a look later. Typically we just need to hold a ref.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.