Skip to content

qt: fix null pointer dereference and add missing assertion

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/transientparentfix into master

When b_isDialogProvider is set, the main window is not shown, and p_intf->p_compositor is a null pointer.

Merge request reports