gtk4: Menu items leak
g_menu_insert_item() and friends actually create a copy of the item, and it would be our responsibility to unref the original. Currently we never do.
g_menu_insert_item() and friends actually create a copy of the item, and it would be our responsibility to unref the original. Currently we never do.