lxqt / xdg-desktop-portal-lxqt

A backend implementation for xdg-desktop-portal
GNU Lesser General Public License v2.1
20 stars 8 forks source link

filechooser: Fix for segfault when extra_options is used #28

Closed robxnano closed 7 months ago

robxnano commented 7 months ago

The crash was caused by the use of a QScopedPointer for the options widget, and not transferring ownership when it was added to the layout, resulting in it being deleted while it was still in use.