Comment 4 for bug 359018

Revision history for this message
Cody Russell (bratsche) wrote :

static void
app_menu_item_finalize (GObject *object)
{
        G_OBJECT_CLASS (app_menu_item_parent_class)->finalize (object);
       ....
}

I think this call to parent's finalize should be at the end of the function, not the beginning.