Skip to content
Commit 861f3cfb authored by Nicolas Fella's avatar Nicolas Fella
Browse files

[applets/icon] Delay deleting the open with menu

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
(cherry picked from commit 03b398ed)
parent db576325
Pipeline #650076 passed with stage
in 12 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment