Skip to content

[libdbusmenuqt] Fix memory leak

Konrad Materka requested to merge work/kmaterka/dbusmenu_fix_memory_leak into master

QAction is not a widged, so it is not possible to set it as a parent of QMenu. As a result, QMenu assigned to QAction is not automatically deleted when action is removed from menu and/or deleted.

Merge request reports