Skip to content

Fix crash on startup in flatpack backend

David Redondo requested to merge work/davidre/fixcrash into master

Capturing in coroutine lambdas is dangerous, because they can get destroyed before they are finished. Instead pass the captures as arguments. See also the comment in deferredResultStream

Edited by David Redondo

Merge request reports