Skip to content

qml: fix segmentation fault

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-segfault-resolution into master

There is a Qt bug which tries to access null pointers, and it causes Segmentation Fault.

The bug can be reproduced when switching content in a StackView when the old content contains Qt Quick ListView with sections.

Intends to be a temporary solution with no apparent negative effect for #25599 (closed), #25776 (closed).

Edited by Fatih Uzunoğlu

Merge request reports