Skip to content

qt: delete explicitly the InterfaceWindowHandler before destroying the interface

Pierre Lamot requested to merge chub/vlc:qt/intfwindowhandler_deletion into master

using Qt parenting auto deletion leads to using the window in InterfaceWindowHandler destructor while it's partially destroyed

Edited by Pierre Lamot

Merge request reports