GNOME Bugzilla – Bug 680803
menubutton: Clear references in dispose, not finalize
Last modified: 2012-07-31 15:10:05 UTC
Nautilus crashes with a ref-counting bug where a menu button has been kept alive. This patch fixes it.
Created attachment 219861 [details] [review] menubutton: Clear references in dispose, not finalize We need to do this here so that an explicit gtk_widget_destroy on either the widget or a container that holds it will kill the reference to the menu or model.
Review of attachment 219861 [details] [review]: Makes sense, yes.
Attachment 219861 [details] pushed as 844e793 - menubutton: Clear references in dispose, not finalize