I can reproduce the crash in policyview. Leftover gtk_tree_iter_free calls in preferences.c are freeing resources allocated by gtk_tree_iter_copy and this is right thing to do. policyview.c has one case in which GtkTreeIter is being allocated by g_new and free'd using gtk_tree_iter_free which is wrong. The other I'm not sure about, pointer is fetched using g_object_steal_data and free'd using gtk_tree_iter_free.
I'll fix the obvious case and see if it fixes the crasher people are still having. Maybe session with Valgrind will expose if the other case is valid too. -- Firestarter firewall continuously crashes no matter which desktop or screen it's on. https://bugs.launchpad.net/bugs/120445 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
