Skip to content

qt: fix resource leak when opening a contextual menu

Pierre Lamot requested to merge chub/vlc:qt/menu-leak into master

"View" menu parent was unset that led the menu and the associated resources being leaked, notably an observer on the "intf-add" variable which asserted on quit.

update: add code cleanup

Edited by Pierre Lamot

Merge request reports