Skip to content

Fix segfault crash: capture QStringList variable by value

ivan tkachenko requested to merge work/ratijas/capture into master

Lambda callbacks invoked from a KIO::Job will surely outlive surrounding context, so they must not capture references to temporary values.

xdg-desktop-portal-kde.crash.html

Merge request reports