https://bugs.kde.org/show_bug.cgi?id=381492
--- Comment #1 from Christoph Feck <cf...@kde.org> --- According to the code, only in init() there is a call to QAction::setMenu() with a newly created QMenu without a parent, and it is never changed later, so QAction::menu() should still return this menu when deleting. Since the menu is probably reparented to other objects while it is shown, the code that does the reparenting should make sure the parent relationship is removed later. Do you have an idea which code is responsible for changing the parent? -- You are receiving this mail because: You are watching all bug changes.