Skip to content

qt: fix stack overflow in `OpenUrlDialog`

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

Due to my oversight in 6a330a63, there is stack overflow here because play() calls accept(), and accept() calls play().

Regression since !7186 (merged).

Merge request reports

Loading