Skip to content

[applets/icon] Delay deleting the open with menu

Nicolas Fella requested to merge work/nico/icon-actions-fx into master

The menu is parent to the open actions, which are added as contexual actions to the applet

The Applet dtor accesses these actions, so by deleting the menu (and thus the actions) it will access dangling pointers

To avoid that delete the menu later

BUG: 474385

Merge request reports