Skip to content

OpenFileManagerWindowJob: Fix crash when falling back to KRun strategy

Ahmad Samir requested to merge work/ahmad/openfilemanagerjob-crash into master

When falling back to the KRun strategy, create the OpenFileManagerWindowKRunStrategy object on the heap, otherwise the object is destroyed when it goes out of scope and then we crash in emitResultProxy trying to access the job member.

CCBUG: 426282

Merge request reports